mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
disable OpenMP for ifx since it crashes on copyprivate in beom.F
This commit is contained in:
parent
51a038fcda
commit
bf8ec713f0
1 changed files with 9 additions and 0 deletions
|
|
@ -11,7 +11,16 @@
|
|||
|
||||
|
||||
LIBRARY = libnwpw.a
|
||||
$(info USE_OPENMP $(origin USE_OPENMP))
|
||||
|
||||
ifdef USE_OPENMP
|
||||
# QA issues
|
||||
ifeq ($(FC),ifx)
|
||||
override undefine USE_OPENMP
|
||||
endif
|
||||
endif
|
||||
|
||||
$(info USE_OPENMP $(origin USE_OPENMP))
|
||||
|
||||
LIB_DEFINES =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue