Skip to content

Commit

Permalink
blis
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Dec 30, 2023
1 parent 87e2401 commit 224cdac
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 @@ -215,7 +215,7 @@ echo ARMCI_NETWORK is $ARMCI_NETWORK \
rsync -av /opt/install /opt/CoupledCluster/build/stage/opt/. ; fi \
&& CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=/opt/install/CC -DMODULES=CC " \
&& CMAKE_OPTIONS="$CMAKE_OPTIONS -DBLIS_CONFIG=zen3 -DMARCH_FLAGS=-march=znver3" \
&& CMAKE_OPTIONS="$CMAKE_OPTIONS -DCMAKE_Fortran_FLAGS=-O0\ -g" \
&& CMAKE_OPTIONS="$CMAKE_OPTIONS -DCMAKE_Fortran_FLAGS='-O0 -g'" \
&& if [ ${GPU} = "nvidia" ]; then echo "nvidia gpu "; CMAKE_OPTIONS="$CMAKE_OPTIONS -DUSE_CUDA=ON -DGPU_ARCH=70" ; fi \
&& if [ ${GPU} = "amd" ]; then echo "amd gpu "; CMAKE_OPTIONS="$CMAKE_OPTIONS -DUSE_HIP=ON -DROCM_ROOT=$ROCM_PATH -DGPU_ARCH=gfx90a -DGCCROOT=/usr " ; ls -lrt $ROCM_PATH/include/rocblas/rocblas.h ; fi \
&& export CMAKE_OPTIONS \
Expand Down

0 comments on commit 224cdac

Please sign in to comment.