mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fix for compile race condition
This commit is contained in:
parent
16f974713e
commit
e50eb8b488
1 changed files with 4 additions and 2 deletions
|
|
@ -3,8 +3,10 @@
|
|||
|
||||
|
||||
include ../../config/makefile.h
|
||||
OBJ_OPTIMIZE = nwc_sym_mod.o \
|
||||
dft_aoints.o wrt_dft_aoints.o int_1e_sifs.o \
|
||||
MAKEFLAGS = -j 1 --no-print-directory
|
||||
OBJ = nwc_sym_mod.o
|
||||
OBJ_OPTIMIZE = \
|
||||
dft_aoints.o wrt_dft_aoints.o int_1e_sifs.o \
|
||||
int_so_sifs.o int_2e_sifs.o int_2e_sifs_a.o \
|
||||
sifs_2e_task.o int_2e_sifs_b.o nadct_trace.o \
|
||||
rdhcid.o egrad_trace.o rd1mat.o sif2ga.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue