Commit f4531e31 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Fix build system problem by using the nccl module instead of the mlx stubs.

parent 6066606a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ then
    module load cmake
    module load cray-hdf5
    module load cudnn/9.5.0
    module load nccl/2.18.3-cu12
    cmake -DCMAKE_C_COMPILER=$(which cc)                      \
          -DCMAKE_CXX_COMPILER=$(which CC)                    \
          -DCMAKE_Fortran_COMPILER=gfortran                   \