mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
BUILD_MPICH for amdflang
This commit is contained in:
parent
d42a8d42d5
commit
3096932faa
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fi
|
|||
echo NWCHEM_TOP is $NWCHEM_TOP
|
||||
#TARBALL=https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-beta1/nwchem-7.0.0-release.revision-5bcf0416-src.2019-11-01.tar.bz2
|
||||
export USE_MPI=y
|
||||
if [[ "$FC" == "flang" ]] || [[ "$FC" == "amdflang" ]]; then
|
||||
if [[ "$FC" == "flang" ]]; then
|
||||
if [[ "USE_AOMP" == "Y" ]]; then
|
||||
aomp_major=15
|
||||
aomp_minor=0-2
|
||||
|
|
@ -37,6 +37,7 @@ fi
|
|||
if [[ "$FC" == "amdflang" ]]; then
|
||||
export PATH=/opt/rocm/bin:$PATH
|
||||
export LD_LIBRARY_PATH=/opt/rocm-"$rocm_version"/lib:/opt/rocm/llvm/lib:$LD_LIBRARY_PATH
|
||||
export BUILD_MPICH=1
|
||||
fi
|
||||
|
||||
if [[ "$FC" == "nvfortran" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue