From 0c404eebf397c1755d10373aa038abe42129332d Mon Sep 17 00:00:00 2001 From: linpz Date: Sun, 3 Apr 2022 16:40:09 +0800 Subject: [PATCH] 1. change HONG in Makefile 2. add global_function_ddotreal.o in Makefile.Objects --- source/Makefile | 4 ++-- source/Makefile.Objects | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/Makefile b/source/Makefile index 1c9fbde912..21740cf414 100644 --- a/source/Makefile +++ b/source/Makefile @@ -48,8 +48,8 @@ HONG_MEM = ${HONG_FFTW} -D__FP -D_MCD_CHECK -DWIN32 -DMCD_VERBOSE #!!!!!!!!!!!!!!!!!!!! CHANE HERE IF YOU LIKE !!!!!!!!!!!!!! #! change series version or parallel version~~~ -#HONG=${HONG_MPI_SELINV_20210523} -HONG=${HONG_SER_SELINV} +HONG=${HONG_MPI_SELINV_20210523} +#HONG=${HONG_SER_SELINV} #!!!!!!!!!!!!!!!!!!!! CHANE HERE IF YOU LIKE !!!!!!!!!!!!!! #========================== diff --git a/source/Makefile.Objects b/source/Makefile.Objects index ecc360ec64..083889788a 100644 --- a/source/Makefile.Objects +++ b/source/Makefile.Objects @@ -87,6 +87,7 @@ sph_bessel_recursive-d1.o \ sph_bessel_recursive-d2.o \ global_variable.o \ global_function.o \ +global_function_ddotreal.o \ tool_title.o\ tool_quit.o\ tool_check.o\