Last change
on this file since 12652 was
9137,
checked in by nicolasmartin, 3 years ago
|
Set SVN MIME property for FCM files in ./ARCH, Perl is the most appropriate one (text/x-perl)
|
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/x-perl
|
File size:
1.3 KB
|
Line | |
---|
1 | # vargas IBM POWER6 at french IDRIS, http://www.idris.fr/su/Scalaire/vargas/hw-vargas.html |
---|
2 | # NCDF_INC netcdf include file |
---|
3 | # NCDF_LIB netcdf library |
---|
4 | # FC Fortran compiler command |
---|
5 | # FCFLAGS Fortran compiler flags |
---|
6 | # FFLAGS Fortran 77 compiler flags |
---|
7 | # LD linker |
---|
8 | # LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
---|
9 | # FPPFLAGS pre-processing flags |
---|
10 | # AR assembler |
---|
11 | # ARFLAGS assembler flags |
---|
12 | # MK make |
---|
13 | # USER_INC additional include files for the compiler, e.g. -I<include dir> |
---|
14 | # USER_LIB additional libraries to pass to the linker, e.g. -l<library> |
---|
15 | # |
---|
16 | # module load netcdf/4.1.3-par |
---|
17 | # module load phdf5/1.8.7 |
---|
18 | # |
---|
19 | %NCDF_INC |
---|
20 | %NCDF_LIB |
---|
21 | %XIOS_ROOT /workgpfs/rech/eee/reee217/XIOS |
---|
22 | %FC mpxlf90_r |
---|
23 | %FCFLAGS -qfree=f90 -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource |
---|
24 | %FFLAGS -qfixed -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource |
---|
25 | %LD mpCC_r |
---|
26 | %LDFLAGS -lxlf90 |
---|
27 | %FPPFLAGS -P -C |
---|
28 | %AR ar |
---|
29 | %ARFLAGS rs |
---|
30 | %MK gmake |
---|
31 | %USER_INC %NCDF_INC -I%XIOS_ROOT/inc |
---|
32 | %USER_LIB -L%XIOS_ROOT/lib -lxios %NCDF_LIB |
---|
Note: See
TracBrowser
for help on using the repository browser.