Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build MPI packages - Optional - Not Recommended

Expand

By default, the system installed MVAPICH2 is used and recommended. If you want to use MPICH or OpenMPI, they must be installed from scratch.

Since we only build with a single core on login nodes (remember Citizenship on Frontera), this may take a while to complete.

Code Block
languagebash
cd ${WORK}/TESTS/daos_scaled_testing/frontera
./build_and_install_tools.sh

This script is not well maintained and may need adjustment.

Build DAOS

Edit run_build.sh:

...