Mercurial > repos > climate > ctsm_fates
comparison config_compilers.xml @ 0:9fd9fe3c61e9 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:28:55 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9fd9fe3c61e9 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 | |
| 3 <config_compilers version="2.0"> | |
| 4 | |
| 5 <compiler COMPILER="gnu" MACH="espresso"> | |
| 6 <LD>mpifort</LD> | |
| 7 <AR>x86_64-conda_cos6-linux-gnu-ar</AR> | |
| 8 <SFC>x86_64-conda_cos6-linux-gnu-gfortran</SFC> | |
| 9 <SCC>x86_64-conda_cos6-linux-gnu-cc</SCC> | |
| 10 <SCXX>x86_64-conda_cos6-linux-gnu-c++</SCXX> | |
| 11 <MPIFC>mpifort</MPIFC> | |
| 12 <MPICC>mpicc</MPICC> | |
| 13 <MPICXX>mpicxx</MPICXX> | |
| 14 <NETCDF_PATH>$ENV{CONDA_PREFIX}</NETCDF_PATH> | |
| 15 <FFLAGS> | |
| 16 <append DEBUG="FALSE"> -O2 </append> | |
| 17 <append MODEL="micom"> -fdefault-real-8 </append> | |
| 18 <append MODEL="cam"> -finit-local-zero </append> | |
| 19 </FFLAGS> | |
| 20 <SLIBS> | |
| 21 <append> -L$(NETCDF_PATH)/lib -lnetcdff -lnetcdf -ldl </append> | |
| 22 <append> -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -fopenmp </append> | |
| 23 </SLIBS> | |
| 24 </compiler> | |
| 25 </config_compilers> |
