Skip to content

Commit

Permalink
Updated cluster build configuration in CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abkein committed Jan 23, 2025
1 parent 65afe4b commit 0ab3a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"ADIOS2_DIR": "$env{REPOS}/ADIOS2/build",
"PKG_PYTHON": "yes",
"Python_EXECUTABLE": "$env{VIRTUAL_ENV}/bin/python3",
"PKG_COMPRESS": "yes"
"PKG_COMPRESS": "yes",
"MPI_ROOT": "$env{MPI_HOME}"
},
"environment": {},
"generator": "Unix Makefiles",
Expand Down

0 comments on commit 0ab3a8d

Please sign in to comment.