We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e74934 + 680557c commit 41386d0Copy full SHA for 41386d0
source/Makefile
@@ -48,8 +48,8 @@ HONG_MEM = ${HONG_FFTW} -D__FP -D_MCD_CHECK -DWIN32 -DMCD_VERBOSE
48
49
#!!!!!!!!!!!!!!!!!!!! CHANE HERE IF YOU LIKE !!!!!!!!!!!!!!
50
#! change series version or parallel version~~~
51
-#HONG=${HONG_MPI_SELINV_20210523}
52
-HONG=${HONG_SER_SELINV}
+HONG=${HONG_MPI_SELINV_20210523}
+#HONG=${HONG_SER_SELINV}
53
54
55
#==========================
source/Makefile.Objects
@@ -87,6 +87,7 @@ sph_bessel_recursive-d1.o \
87
sph_bessel_recursive-d2.o \
88
global_variable.o \
89
global_function.o \
90
+global_function_ddotreal.o \
91
tool_title.o\
92
tool_quit.o\
93
tool_check.o\
0 commit comments