Skip to content

Commit

Permalink
Fix inconsistent path
Browse files Browse the repository at this point in the history
  • Loading branch information
hobywan committed Apr 16, 2021
1 parent 0eed306 commit 85fe043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ To verify that it runs fine:
export PYTHONPATH="/path/to/cosyr" \
OMP_PROC_BIND=close \
OMP_PLACES=cores
mpiexec -np 1 ./cosyr /home/cosyr/input/test_beam_g10_l200.py
mpiexec -np 1 ./cosyr /path/to/cosyr/input/test_beam_g10_l200.py
```

A set of Jupyter [notebooks](../analysis) are available for post-processing.
Expand Down

0 comments on commit 85fe043

Please sign in to comment.