Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
job.hello | 2018-08-23 15:26 | 102 | ||
helloworld.c | 2016-10-20 12:32 | 90 | ||
hello.c | 2016-10-20 12:32 | 280 | ||
gcc -fopenmp hello.c -o hello
gfortran -fopenmp hello.f90 -o hello
To run the program at background using 4 threads,
export OMP_NUM_THREADS=4
./hello
To submit a batch job to run the program at background,
qsub job.hello