mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
define MPICH_FC when not set
This commit is contained in:
parent
43160d0645
commit
61a049ae7f
1 changed files with 5 additions and 0 deletions
|
|
@ -89,6 +89,11 @@ if [[ -z "$I_MPI_F90" ]] ; then
|
|||
export I_MPI_F90="$FC"
|
||||
echo I_MPI_F90 is "$I_MPI_F90"
|
||||
fi
|
||||
#Mpich
|
||||
if [[ -z "$MPICH_FC" ]] ; then
|
||||
export MPICH_FC="$FC"
|
||||
echo MPICH_FC is "$MPICH_FC"
|
||||
fi
|
||||
if [[ -z "$PE_ENV" ]] ; then
|
||||
#check if mpif90 and FC are consistent
|
||||
MPIF90_EXTRA=$(${NWCHEM_TOP}/src/config/strip_compiler.sh `${MPIF90} -show`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue