Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samblau authored Sep 25, 2024
1 parent 7b30cd6 commit 4e9dd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ git clone https://github.com/BlauGroup/RNMC.git
cd RNMC
module load gsl
CXX=g++ ./build.sh
export PATH=$PATH:$PROJ/RNMC/build
export PATH=$PATH:$PROJ/RNMC/GMC
can pick up from reloading the environment:
Expand All @@ -69,7 +69,7 @@ conda activate HiPRGen_RNMC
module load gcc/11.4.0
module load openmpi/4.1.6
module load gsl
export PATH=$PATH:$PROJ/RNMC/build
export PATH=$PATH:$PROJ/RNMC/GMC
```

### Tests
Expand Down

0 comments on commit 4e9dd6e

Please sign in to comment.