mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
early exit
This commit is contained in:
parent
b32f54be0e
commit
11a42ddab8
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -eo pipefail
|
||||||
sudo apt-get install -y mpich libmpich-dev
|
sudo apt-get install -y mpich libmpich-dev
|
||||||
export NWCHEM_TOP=`pwd`
|
export NWCHEM_TOP=`pwd`
|
||||||
export USE_MPI=1
|
export USE_MPI=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue