You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment parameter
Loading scotch/7.0.4 should export
SCOTCH_PATH=<path-to-install>
Which machines would you like to have the software installed?
All RDHPCS machines (note: I have access to hera and orion).
Any other relevant information that we should know to correctly install the software??
This bugfix version, SCOTCH v7.0.4, can be built with both THREADS and MPI_THREAD_MULTIPLE cmake options set to ON. These are the default settings in the top level CMakeLists.txt, so including them in the cmake command line call is not necessary.
Additional context
Running ccmake confirms that both THREADS and MPI_THREAD_MULTIPLE are set to ON.
Additionally, the other parameters shown in the ccmake display are also set to ON, which are the settings we would like. These are also the default settings in the CMakeLists.txt, so no other action is needed for them.
The text was updated successfully, but these errors were encountered:
Which software in the stack would you like installed?
SCOTCH v7.0.4.
What is the version/tag of the software?
v7.0.4: https://gitlab.inria.fr/scotch/scotch/-/tags/v7.0.4
What compilation options would you like set?
Loading
scotch/7.0.4
shouldexport
Which machines would you like to have the software installed?
All RDHPCS machines (note: I have access to hera and orion).
Any other relevant information that we should know to correctly install the software??
This bugfix version, SCOTCH v7.0.4, can be built with both
THREADS
andMPI_THREAD_MULTIPLE
cmake options set toON
. These are the default settings in the top levelCMakeLists.txt
, so including them in the cmake command line call is not necessary.Additional context
Running
ccmake
confirms that bothTHREADS
andMPI_THREAD_MULTIPLE
are set toON
.Additionally, the other parameters shown in the
ccmake
display are also set toON
, which are the settings we would like. These are also the default settings in the CMakeLists.txt, so no other action is needed for them.The text was updated successfully, but these errors were encountered: