From 0f65b4c1675ba1f6d48f1a39a3e9acc0fda1a8f5 Mon Sep 17 00:00:00 2001 From: Xin Li <lxin@kth.se> Date: Thu, 30 Aug 2018 16:49:11 +0200 Subject: [PATCH] minor update in lab_2 instruction --- lab_2/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lab_2/README.md b/lab_2/README.md index 469e935..0bd61e2 100644 --- a/lab_2/README.md +++ b/lab_2/README.md @@ -367,10 +367,10 @@ kernel inside ``main()``, execute the application with srun, and open the result with the following two commands: ``` - montage -border 0 -geometry 640x360 -tile 3x1 \ - images/lab02.bmp images/lab02_result_1.bmp \ - images/lab02_result_3.bmp images/lab02_result_3_comp.jpg - display images/lab02_result_3_comp.jpg +montage -border 0 -geometry 640x360 -tile 3x1 \ + images/lab02.bmp images/lab02_result_1.bmp \ + images/lab02_result_3.bmp images/lab02_result_3_comp.jpg +display images/lab02_result_3_comp.jpg ``` A new window will open that displays the original image (left), the black & -- GitLab