Skip to content

Commit

Permalink
Fix typo in example superbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
benson31 committed Jan 31, 2024
1 parent 835f791 commit b5d8f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/superbuild/examples/cuda-distconv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ cmake \
-D LBANN_SB_FWD_DiHydrogen_H2_ENABLE_DISTCONV_LEGACY=${BUILD_WITH_DISTCONV} \
\
-D LBANN_SB_BUILD_LBANN=${BUILD_LBANN_STACK} \
-D LBANN_SB_LBANN_SOURCE_DIR=$${LBANN_SRC_DIR} \
-D LBANN_SB_LBANN_SOURCE_DIR=${LBANN_SRC_DIR} \
-D LBANN_SB_LBANN_BUILD_SHARED_LIBS=ON \
-D LBANN_SB_LBANN_CXX_FLAGS="${EXTRA_CXX_FLAGS}" \
-D LBANN_SB_LBANN_CUDA_FLAGS="${EXTRA_CUDA_FLAGS}" \
Expand Down

0 comments on commit b5d8f84

Please sign in to comment.