https://github.com/llnl/ygm-tutorial
https://github.com/llnl/ygm-tutorial
tutorial
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/llnl/ygm-tutorial
- Owner: LLNL
- License: other
- Created: 2021-10-26T16:41:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T16:33:38.000Z (over 1 year ago)
- Last Synced: 2024-11-11T21:37:29.146Z (about 1 year ago)
- Topics: tutorial
- Language: C++
- Homepage:
- Size: 2 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# YGM Tutorial
Tutorial Repostiory for [YGM](https://github.com/LLNL/ygm)
## Run YGM on Binder
To launch Binder, click the button below:
[](https://mybinder.org/v2/gh/LLNL/ygm-tutorial.git/HEAD)
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
```
## NOTICE and Release
[NOTICE](NOTICE)
LLNL-CODE-789122