forked from bgruening/docker-jupyter-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_cime.tar
70 lines (68 loc) · 10 KB
/
config_cime.tar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.cime/ 0002755 0000000 0000144 00000000000 13616027355 010750 5 ustar root users .cime/config_compilers.xml 0000644 0000000 0000144 00000001512 13616026340 015002 0 ustar root users <?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>/usr/local</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>