Skip to content

Commit

Permalink
Small correction in the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
rsachetto committed Mar 14, 2024
1 parent c5a3606 commit 3e50393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GET_LINUX_VERSION

echo -e "${INFO}Linux version: ${OS}-${VER}"

if [ -n "$COMPILE_SIMULATOR" ] || [ -n "$COMPILE_BATCH" ]; then
if [ -n "$COMPILE_SIMULATOR" ] || [ -n "$COMPILE_MPI" ]; then

if [ -z "$DISABLE_CUDA" ]; then
FIND_CUDA
Expand Down

0 comments on commit 3e50393

Please sign in to comment.