early exit

This commit is contained in:
edoapra 2026-06-29 14:32:42 -07:00
parent b32f54be0e
commit 11a42ddab8
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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