mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
makefile cleanup
This commit is contained in:
parent
81c962a256
commit
7140d507d3
1 changed files with 9 additions and 18 deletions
|
|
@ -1,14 +1,6 @@
|
|||
#$Id$
|
||||
|
||||
OBJ_OPTIMIZE = map_hcore.o rot_vir.o ducc.o hh.o hp.o pp.o hhhh.o pppp.o hhhp.o ppph.o hhpp.o hphp.o
|
||||
include ../../config/makefile.h
|
||||
|
||||
ifeq ($(FC),ifx)
|
||||
#fix for hhhh.F segv crash with ifx 2023.2.0
|
||||
FOPTIMIZE = -O0
|
||||
V=1
|
||||
endif
|
||||
|
||||
LIB_INCLUDES = -I../include
|
||||
|
||||
LIBRARY = libtce.a
|
||||
|
|
@ -20,16 +12,15 @@ LIB_DEFINES = -DDEBUG_PRINT
|
|||
ifdef OPTIMIZE_DUCC
|
||||
LIB_DEFINES += -DOPTIMIZE_DUCC
|
||||
endif
|
||||
#
|
||||
# Possible #defines
|
||||
#
|
||||
# -DDEBUG_PRINT /* Debug printing routines */
|
||||
# -DNOCOMMS /* Turn off ALL communication calls */
|
||||
# -DBLOCK_TRANSF /* Use block-transfer for comms calls */
|
||||
# -DOLD_AOBLOCK /* Recover original AO blocking scheme */
|
||||
#
|
||||
|
||||
HEADERS =
|
||||
|
||||
include ../../config/makefile.h
|
||||
include ../../config/makelib.h
|
||||
|
||||
V=1
|
||||
|
||||
ifeq ($(FC),ifx)
|
||||
#fix for hhhh.F segv crash with ifx 2023.2.0
|
||||
FOPTIMIZE = -O0
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue