Skip to content
Snippets Groups Projects
Commit 80833471 authored by Gerald Klinkl's avatar Gerald Klinkl
Browse files

Remove CTBTO specific paths from general makefiles

Also remove -DCTBTO from DEFS in makefile.general.ifort
parent cb8ddf8f
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,8 @@ DEFS = ...@@ -12,9 +12,8 @@ DEFS =
FC = gfortran FC = gfortran
# devlan INCPATH = /usr/local/include
INCPATH = /dvl/atm/software/local/include LIBPATH1 = /usr/local/lib
LIBPATH1 = /dvl/atm/software/usr/lib
LIBPATH2 = /usr/lib/x86_64-linux-gnu LIBPATH2 = /usr/lib/x86_64-linux-gnu
......
...@@ -4,12 +4,10 @@ GRIB2FLEXPART_EXECUTABLE = grib2flexpart_ifort ...@@ -4,12 +4,10 @@ GRIB2FLEXPART_EXECUTABLE = grib2flexpart_ifort
############################################# #############################################
#DEFS = -DCTBTO #DEFS = -DCTBTO
DEFS = -DCTBTO
############################################# #############################################
# Set up for devlan ifort INTEL_ROOT = /usr/local/intel/composer_xe_2013.2.146
INTEL_ROOT = /cots/intel/composer_xe_2013.2.146 GRIB_API_ROOT = /usr/local/src/ifort_grib_api/grib_api-1.12.3
GRIB_API_ROOT = /dvl/atm/klinkl/src/ifort_grib_api/grib_api-1.12.3
FC = $(INTEL_ROOT)/bin/ifort FC = $(INTEL_ROOT)/bin/ifort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment