Skip to content

Commit d319572

Browse files
committed
Fix path
The file main.f90 is in the current folder, not in lab
1 parent dbd2b1f commit d319572

File tree

1 file changed

+1
-1
lines changed
  • DirectProgramming/Fortran/Jupyter/OpenMP-offload-training/USM

1 file changed

+1
-1
lines changed

DirectProgramming/Fortran/Jupyter/OpenMP-offload-training/USM/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source /opt/intel/oneapi/setvars.sh > /dev/null 2>&1
33
/bin/echo "##" $(whoami) is running OMP_Offload Module4 1/2 -- USM main.cpp/main.f90
44
echo "########## Compiling"
5-
ifx -fiopenmp -fopenmp-targets=spir64 lab/main.f90 -o bin/a.out || exit $?
5+
ifx -fiopenmp -fopenmp-targets=spir64 main.f90 -o bin/a.out || exit $?
66
echo "########## Executing"
77
cd bin
88
./a.out

0 commit comments

Comments
 (0)