Skip to content
Snippets Groups Projects
Commit 104b1b44 authored by WAUTELET Philippe's avatar WAUTELET Philippe Committed by WAUTELET Philippe
Browse files

Philippe 19/11/2015: added missing rule for LFI_INT + new versions of...

Philippe 19/11/2015: added missing rule for LFI_INT + new versions of compilers for Turing and Occigen
parent 3e408b59
No related branches found
No related tags found
No related merge requests found
......@@ -120,4 +120,8 @@ $(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1)
OBJS_O0 += spll_compute_exner_from_ground1d.o
$(OBJS_O0) : OPT = $(OPT_BASE) $(OPT_PERF0)
ifneq "$(findstring 8,$(LFI_INT))" ""
OBJS_I8=spll_NEWLFI_ALL.o
$(OBJS_I8) : OPT = $(OPT_BASE) $(OPT_PERF2) $(OPT_I8)
endif
......@@ -133,3 +133,8 @@ $(OBJS_NOCB) : OPT = $(OPT_NOCB)
#spll_rttovscatt_test.o spll_spawning.o spll_test_2_coef.o spll_test_coef.o spll_test_errorhandling.o \
#spll_test_q2v.o spll_xy_to_latlon.o spll_zoom_pgd.o
ifneq "$(findstring 8,$(LFI_INT))" ""
OBJS_I8=spll_NEWLFI_ALL.o
$(OBJS_I8) : OPT = $(OPT_BASE) $(OPT_PERF2) $(OPT_I8)
endif
......@@ -127,8 +127,9 @@ FX90FLAGS = $(OPT) -qfixed
#
FC = mpixlf95_r
FCFLAGS = -qfloat=nomaf
CC = mpixlc_r
CFLAGS = $(FCFLAGS)
#CC = mpixlc_r
#CFLAGS = $(FCFLAGS)
CC = powerpc64-bgq-linux-gcc
export CC FCFLAGS CFLAGS
#
LDFLAGS = $(OPT) -Wl,--relax
......@@ -191,3 +192,8 @@ $(OBJS_NOCB) : OPT = $(OPT_NOCB)
#spll_rttovscatt_test.o spll_spawning.o spll_test_2_coef.o spll_test_coef.o spll_test_errorhandling.o \
#spll_test_q2v.o spll_xy_to_latlon.o spll_zoom_pgd.o
ifneq "$(findstring 8,$(LFI_INT))" ""
OBJS_I8=spll_NEWLFI_ALL.o
$(OBJS_I8) : OPT = $(OPT_BASE) $(OPT_PERF2) $(OPT_I8)
endif
......@@ -94,3 +94,9 @@ include Makefile.MESONH.mk
# etc ... #
# #
##########################################################
ifneq "$(findstring 8,$(LFI_INT))" ""
OBJS_I8=spll_NEWLFI_ALL.o
$(OBJS_I8) : OPT = $(OPT_BASE) $(OPT_PERF2) $(OPT_I8)
endif
......@@ -141,5 +141,8 @@ $(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1)
#VPATH += $(MODULE_SYSTEM)
#
ifneq "$(findstring 8,$(LFI_INT))" ""
OBJS_I8=spll_NEWLFI_ALL.o
$(OBJS_I8) : OPT = $(OPT_BASE) $(OPT_PERF2) $(OPT_I8)
endif
......@@ -117,3 +117,9 @@ include Makefile.MESONH.mk
OBJS0 += spll_ch_jac.o spll_ch_terms.o \
spll_fm_writ_ll.o spll_NEWLFI_ALL.o spll_fm_read_ll.o
$(OBJS0) : OPT_CHECK =
ifneq "$(findstring 8,$(LFI_INT))" ""
OBJS_I8=spll_NEWLFI_ALL.o
$(OBJS_I8) : OPT = $(OPT_BASE) $(OPT_PERF2) $(OPT_I8)
endif
......@@ -126,8 +126,8 @@ module load netcdf/3.6.3
source /bglocal/fe/pub/Modules/default/init/bash
export MODULEPATH=/bghome/rech/mnh/rmnh007/my_modules:\$MODULEPATH
module purge
module load ibmcmp/V1R2M2/14.01.0000.0006/xl.ndebug
export VER_GA=ga-mpi-5-0-3
module load ibmcmp/V1R2M2/14.01.0000.0011/gcc.legacy
export VER_GA=ga-mpi-5-0-3-v1r2m2-gcc-legacy
module load ga/\${VER_GA}
"}
;;
......@@ -255,7 +255,7 @@ export MANPATH=\$MPI_ROOT/share/man:\$MANPATH
export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-"
ulimit -s unlimited
module load intel/15.0.0.090
module load intel/15.0.3.187
module load intelmpi/5.0.1.035
export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment