We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We recommend using MPI-Progress Ranks (PR) port in GA for compilation and evaluation on Summitdev system.
cd ga mkdir build cd build ../configure --with-mpi-pr --prefix=$PWD && make -j 4 && make install
Establish connections statically
export MPICH_GNI_DYNAMIC_CONN=disabled
Increase eager threshold size for better performance of strided communication
export MPICH_GNI_MAX_EAGER_MSG_SIZE=131072
Getting Started
Compiling GA
Running GA Programs
GA Applications
Acknowledgement