[cig-commits] [commit] master: unc is set as well for parallel netcdf (68268f1)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 17 05:29:04 PDT 2014


Repository : https://github.com/geodynamics/axisem

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/607f803cf074063627513d235f9ed0837fc1dd44...b6457db24acdde4a4e1c08935ae1b22adf87f5bf

>---------------------------------------------------------------

commit 68268f150422143b1bc73a5ab734f192a87cb8e2
Author: martinvandriel <martin at vandriel.de>
Date:   Tue Oct 14 19:13:04 2014 +0200

    unc is set as well for parallel netcdf


>---------------------------------------------------------------

68268f150422143b1bc73a5ab734f192a87cb8e2
 SOLVER/Makefile.TEMPLATE | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/SOLVER/Makefile.TEMPLATE b/SOLVER/Makefile.TEMPLATE
index af08349..cd2b820 100644
--- a/SOLVER/Makefile.TEMPLATE
+++ b/SOLVER/Makefile.TEMPLATE
@@ -28,10 +28,9 @@ OBJS =	background_models.o commpi.o commun.o get_model.o \
 	wavefields_io.o ftz.o pthread.o
 
 ifeq ($(strip $(USE_NETCDF)),true)
+   FFLAGS += -Dunc
    ifeq ($(strip $(USE_PAR_NETCDF)),true)
    	   FFLAGS += -Dupnc
-   else
-   	   FFLAGS += -Dunc
    endif
 
    ifdef NETCDF_PATH



More information about the CIG-COMMITS mailing list