Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hmeiland/amlhpc into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeiland committed Jan 11, 2024
2 parents 2e80f87 + 0044bdb commit e6a9263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ optional arguments:
-w WRAP, --wrap WRAP command line to be executed, should be enclosed with quotes
```

If you encounter a scenario or option that is not supoprted yet or behaves unexpected, please create an issue and explain the option and the scenario.
If you encounter a scenario or option that is not supported yet or behaves unexpected, please create an issue and explain the option and the scenario.
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 e6a9263

Please sign in to comment.