Last change
on this file since 3401 was
3298,
checked in by jbclement, 8 months ago
|
PEM:
Addition of a Python script "output_layering.py" in the deftank which allows to output layering data nicely from the "startpem.nc" files.
JBC
|
File size:
663 bytes
|
Rev | Line | |
---|
[3298] | 1 | %COMPILER gfortran |
---|
| 2 | %LINK gfortran |
---|
[1245] | 3 | %AR ar |
---|
| 4 | %MAKE make |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
[2191] | 6 | %CPP_FLAGS -P |
---|
| 7 | %CPP_DEF LAPACK |
---|
[1245] | 8 | %FPP_DEF NC_DOUBLE |
---|
[3298] | 9 | %BASE_FFLAGS -c -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons -fallow-argument-mismatch |
---|
| 10 | %PROD_FFLAGS -O3 |
---|
| 11 | %DEV_FFLAGS -O |
---|
| 12 | %DEBUG_FFLAGS -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all -finit-real=snan -fbacktrace |
---|
[2191] | 13 | %C_COMPILER gcc |
---|
[3298] | 14 | %C_OPTIM -O3 |
---|
| 15 | %MPI_FFLAGS |
---|
[1245] | 16 | %OMP_FFLAGS |
---|
[3298] | 17 | %BASE_LD |
---|
| 18 | %MPI_LD |
---|
[1245] | 19 | %OMP_LD |
---|
Note: See
TracBrowser
for help on using the repository browser.