Skip to content

Commit

Permalink
Setting ACC_FORCE_BUILTIN_MPI=Y for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Oct 24, 2023
1 parent 1d5742c commit c708d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_bmad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export ACC_PLOT_PACKAGE="pgplot"
export ACC_PLOT_DISPLAY_TYPE="X"
export ACC_ENABLE_OPENMP="$USE_MPI"
export ACC_ENABLE_MPI="$USE_MPI"
export ACC_FORCE_BUILTIN_MPI="N"
export ACC_FORCE_BUILTIN_MPI="Y"
export ACC_ENABLE_GFORTRAN_OPTIMIZATION="Y"
export ACC_ENABLE_SHARED="$SHARED"
export ACC_ENABLE_SHARED_ONLY="$SHARED"
Expand Down

0 comments on commit c708d30

Please sign in to comment.