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 3d2a65f commit 0310838
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apptainer.ompi41x/Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ echo ARMCI_NETWORK is $ARMCI_NETWORK \
&& echo CMAKE_OPTIONS $CMAKE_OPTIONS \
&& CC="$CC" CXX="$CXX" FC="$FC" cmake $CMAKE_OPTIONS .. || { echo "Cmake failure"; exit 1; } \
&& export MAKEFLAGS=" -j 1 --no-print-directory " \
&& make -j1 -l0.001 || { echo "Compilation failure"; exit 1; } \
&& make -j1 -l0.001 || { echo "Compilation failure"; \
cat /opt/CoupledCluster/build/TAMM_External-prefix/src/TAMM_External-build/GlobalArrays_External-prefix/src/GlobalArrays_External-build/CMakeFiles/CMakeOutput.log || true ; \
cat /opt/CoupledCluster/build/TAMM_External-prefix/src/TAMM_External-build/GlobalArrays_External-prefix/src/GlobalArrays_External-build/CMakeFiles/CMakeError.log || true; exit 1; } \
&& echo exit code for compilation $? \
&& make install \
&& echo exit code for make install $? \
Expand Down

0 comments on commit 0310838

Please sign in to comment.