Skip to content

Commit

Permalink
back to rocm 5.7.3 FC=gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Dec 29, 2023
1 parent a5184ef commit 3d2a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptainer.ompi41x/Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo ROCM_PATH is ${ROCM_PATH}
echo ARMCI_NETWORK is $ARMCI_NETWORK
echo MPI_IMPL is $MPI_IMPL
echo TAMM_BRANCH is $TAMM_BRANCH
if [ "$GPU" = amd ]; then export FC=gfortran ; export CC=amdclang; export CXX=amdclang++; \
if [ "$GPU" = amd ]; then export FC=amdflang ; export CC=amdclang; export CXX=amdclang++; \
else export FC=gfortran ; export CC=gcc; export CXX=g++; fi
echo 'FC is' "$FC"
echo ' CC is ' "$CC"
Expand Down

0 comments on commit 3d2a65f

Please sign in to comment.