mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
use only gcc for elpa
This commit is contained in:
parent
c382cd3f50
commit
668e225063
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ if [[ -z "$USE_INTERNALBLAS" ]]; then
|
|||
GFORTRAN_EXTRA=$(echo $FC | cut -c 1-8)
|
||||
if [[ ${FC} == gfortran ]] || [[ ${GFORTRAN_EXTRA} == gfortran ]] ; then
|
||||
# if [[ ${FC} == gfortran ]] ; then
|
||||
if [[ `${CC} -dM -E - < /dev/null 2> /dev/null | grep -c GNU` > 0 ]] && [[ "$(expr `${CC} -dumpversion | cut -f1 -d.` \> 7)" == 1 ]]; then
|
||||
if [[ `${CC} -dM -E - < /dev/null 2> /dev/null | grep -c clang` == 0 ]] && [[ `${CC} -dM -E - < /dev/null 2> /dev/null | grep -c GNU` > 0 ]] && [[ "$(expr `${CC} -dumpversion | cut -f1 -d.` \> 7)" == 1 ]]; then
|
||||
if [[ "$arch" == "x86_64" ]]; then
|
||||
if [[ ! -z "$BUILD_OPENBLAS" ]]; then
|
||||
export BUILD_ELPA=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue