mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fedora fixes [ci skip]
This commit is contained in:
parent
225007ecc0
commit
9c6443300c
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ fi
|
|||
# module load mpi
|
||||
if [[ "$MPI_IMPL" == "openmpi" ]]; then
|
||||
sudo $rpminst -y install openmpi-devel
|
||||
elif [[ "$MPI_IMPL" == "mpich" ]]; then
|
||||
sudo $rpminst -y install mpich mpich-devel
|
||||
else
|
||||
echo ready only for openmpi
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue