Skip to content

Commit

Permalink
Correction de la commande de compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ofisette committed Nov 5, 2024
1 parent 5565923 commit b9e093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/openmp-primes/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ program. The C code is in `primes.c`.
1. Compile the program:

$ module load StdEnv/2023 gcc/12.3
$ mpicc -o primes primes.c -fopenmp
$ gcc -o primes primes.c -fopenmp

2. Submit the job script to the scheduler:

Expand Down

0 comments on commit b9e093c

Please sign in to comment.