An open API service indexing awesome lists of open source software.

https://github.com/llnl/ygm-tutorial


https://github.com/llnl/ygm-tutorial

tutorial

Last synced: 9 months ago
JSON representation

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:

[![Binder](https://mybinder.org/badge_logo.svg)](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