Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeiland authored Jan 11, 2024
1 parent a254d39 commit 79d5583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/QuantumESPRESSO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ The runscript.sh is still pretty simple:
#!/bin/bash
echo "I'm running..."
mount -t cvmfs pilot.eessi-hpc.org /cvmfs/pilot.eessi-hpc.org
sudo mount -t cvmfs pilot.eessi-hpc.org /cvmfs/pilot.eessi-hpc.org
source /cvmfs/pilot.eessi-hpc.org/latest/init/bash
ml load QuantumESPRESSO
export OMP_NUM_THREADS=4
export OMPI_ALLOW_RUN_AS_ROOT=1
export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
mpirun -n 30 pw.x -npool 2 -input ausurf.in
```
Expand Down

0 comments on commit 79d5583

Please sign in to comment.