mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
scalapack fix for osx mpich
This commit is contained in:
parent
118ead3613
commit
34d8ccdbc8
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@ export USE_MPI=y
|
|||
export USE_64TO32=y
|
||||
if [[ "$os" == "Darwin" ]]; then
|
||||
export BLASOPT="-L/usr/local/opt/openblas/lib -lopenblas"
|
||||
export SCALAPACK="-L/usr/local/lib -lscalapack -lopenblas"
|
||||
if [[ "$MPI_IMPL" == "openmpi" ]]; then
|
||||
export SCALAPACK="-L/usr/local/lib -lscalapack -lopenblas"
|
||||
fi
|
||||
export NWCHEM_TARGET=MACX64
|
||||
export DYLD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/lib:$DYLD_LIBRARY_PATH
|
||||
if [[ "$MPI_IMPL" == "mpich" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue