Tutorial Repostiory for YGM
To launch Binder, click the button below:
After Binder is launched, open Terminal. Then,
mkdir build
cd build
cmake ../
make
# OpenMPI is available on the system.
# To launch an example program, for example:
mpirun -np 4 ./exercises/introduction/introduction_01
LLNL-CODE-789122