...
Codeblock | ||||
---|---|---|---|---|
| ||||
module load intel icc -o hello.bin hello.c ifort -o hello.bin hello.f90 icpc -o hello.bin hello.cpp |
Codeblock | ||||
---|---|---|---|---|
| ||||
module load intel
icc -qopenmp -o hello.bin hello.c
ifort -qopenmp -o hello.bin hello.f90
icpc -qopenmp -o hello.bin hello.cpp |