Skip to content

Commit

Permalink
move T2_7 into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Nov 6, 2023
1 parent 796dc85 commit 4c18911
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 510 deletions.
8 changes: 2 additions & 6 deletions src/tce/ccsd/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OBJ_OPTIMIZE = ccsd_e.o ccsd_t1.o ccsd_t2.o cc2_t1.o cc2_t2.o \
ccsd_1prdm.o ccsd_1prdm_hh.o ccsd_1prdm_hp.o \
ccsd_1prdm_ph.o ccsd_1prdm_pp.o \
icsd_t1.o icsd_t2.o \
ccsd_kernels.o ccsd_t2_8.o tce_1b_dens_print.o
ccsd_kernels.o ccsd_t2_7.o ccsd_t2_8.o tce_1b_dens_print.o

LIB_INCLUDES = -I../include

Expand All @@ -15,14 +15,10 @@ LIBRARY = libtce.a
USES_BLAS = ccsd_e.F ccsd_t1.F ccsd_t2.F cc2_t1.F cc2_t2.F \
ccsd_1prdm_hh.F ccsd_1prdm_hp.F ccsd_1prdm_ph.F \
ccsd_1prdm_pp.F ccsd_1prdm.F \
icsd_t1.F icsd_t2.F ccsd_t2_8.F ccsd_kernels.F sd_t2_8_loops.F

icsd_t1.F icsd_t2.F ccsd_t2_7.F ccsd_t2_8.F

LIB_DEFINES = -DDEBUG_PRINT

# This replaces 3*TCE_SORT4+DGEMM with 6D loops (ccsd_kernels.F).
#LIB_DEFINES += -DUSE_LOOPS_NOT_DGEMM

# replace this with something better later
ifdef USE_OPENACC_TRPDRV
FOPTIONS += -DUSE_TCE_CUBLAS
Expand Down
Loading

0 comments on commit 4c18911

Please sign in to comment.