Mercurial > repos > climate > cesm
comparison config_compilers.xml @ 0:7a7ba86e95a4 draft default tip
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
author | climate |
---|---|
date | Tue, 15 Jun 2021 09:39:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7a7ba86e95a4 |
---|---|
1 <?xml version="1.0"?> | |
2 | |
3 <config_compilers version="2.0"> | |
4 | |
5 <compiler COMPILER="gnu" MACH="galaxy"> | |
6 <LD>mpifort</LD> | |
7 <SFC>x86_64-conda_cos6-linux-gnu-gfortran</SFC> | |
8 <SCC>x86_64-conda_cos6-linux-gnu-cc</SCC> | |
9 <SCXX>x86_64-conda_cos6-linux-gnu-c++</SCXX> | |
10 <MPIFC>mpifort</MPIFC> | |
11 <MPICC>mpicc</MPICC> | |
12 <MPICXX>mpicxx</MPICXX> | |
13 <NETCDF_PATH>$ENV{CONDA_PREFIX}</NETCDF_PATH> | |
14 <FFLAGS> | |
15 <append DEBUG="FALSE"> -O2 </append> | |
16 <append MODEL="micom"> -fdefault-real-8 </append> | |
17 <append MODEL="cam"> -finit-local-zero </append> | |
18 </FFLAGS> | |
19 <SLIBS> | |
20 <append> -L$(NETCDF_PATH)/lib -lnetcdff -lnetcdf -ldl </append> | |
21 <append> -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -fopenmp </append> | |
22 </SLIBS> | |
23 </compiler> | |
24 </config_compilers> |