Skip to content

Commit

Permalink
Add Frontier to compile list for forces
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed May 25, 2023
1 parent 4b30326 commit 4656ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mpicc -O3 -o forces.x forces.c -lm
# mpicc -DGPU -O3 -fopenmp -mp=gpu -o forces.x forces.c
# cc -DGPU -Wl,-znoexecstack -O3 -fopenmp -mp=gpu -target-accel=nvidia80 -o forces.x forces.c

# Spock/Crusher (AMD ROCm compiler)
# Spock/Crusher/Frontier (AMD ROCm compiler)
# cc -DGPU -I${ROCM_PATH}/include -L${ROCM_PATH}/lib -lamdhip64 -fopenmp -O3 -o forces.x forces.c

# Intel oneAPI (Clang based) Compiler (JIT compiled for device)
Expand Down

0 comments on commit 4656ece

Please sign in to comment.