Mercurial > repos > climate > ctsm_fates
diff config_compilers.xml @ 0:8c7414c07367 draft
"planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/fates-emerald commit f282701cadbb0c90c2c77a52579f18b44a357e24"
author | climate |
---|---|
date | Wed, 21 Oct 2020 20:30:35 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config_compilers.xml Wed Oct 21 20:30:35 2020 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0"?> + +<config_compilers version="2.0"> + + <compiler COMPILER="gnu" MACH="espresso"> + <LD>mpifort</LD> + <AR>x86_64-conda_cos6-linux-gnu-ar</AR> + <SFC>x86_64-conda_cos6-linux-gnu-gfortran</SFC> + <SCC>x86_64-conda_cos6-linux-gnu-cc</SCC> + <SCXX>x86_64-conda_cos6-linux-gnu-c++</SCXX> + <MPIFC>mpifort</MPIFC> + <MPICC>mpicc</MPICC> + <MPICXX>mpicxx</MPICXX> + <NETCDF_PATH>$ENV{CONDA_PREFIX}</NETCDF_PATH> + <FFLAGS> + <append DEBUG="FALSE"> -O2 </append> + <append MODEL="micom"> -fdefault-real-8 </append> + <append MODEL="cam"> -finit-local-zero </append> + </FFLAGS> + <SLIBS> + <append> -L$(NETCDF_PATH)/lib -lnetcdff -lnetcdf -ldl </append> + <append> -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -fopenmp </append> + </SLIBS> + </compiler> +</config_compilers>