mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix case when hwloc is not present
This commit is contained in:
parent
6c4f4f988f
commit
b999f2db41
1 changed files with 1 additions and 1 deletions
|
|
@ -165,8 +165,8 @@ ifdef USE_OPENMP
|
|||
ifeq ($(USE_HWLOC),Y)
|
||||
LIB_DEFINES += -DUSE_HWLOC
|
||||
endif
|
||||
EXTRA_OBJ += utilc_getncpus.o util_getncpus.o util_maxthreads.o
|
||||
endif
|
||||
EXTRA_OBJ += utilc_getncpus.o util_getncpus.o util_maxthreads.o
|
||||
_PDSYEVR := $(shell [ -e ${NWCHEM_TOP}/src/tools/install/lib/libga.a ] && nm ${NWCHEM_TOP}/src/tools/install/lib/libga.a|egrep T |egrep ga_pdsyevr |awk '/ga_pdsyevr/ {print "Y"}')
|
||||
ifeq ($(_PDSYEVR),Y)
|
||||
LIB_DEFINES += -DUSE_PDSYEVR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue