Last change
on this file since 357 was
341,
checked in by aslmd, 13 years ago
|
MESOSCALE: tests pour faire marcher le modele en parallele sur la ferme. toujours infructueux... toutes les notes incluses et options explorees en commentaire. les options par defaut restent les memes en attendant. ajout de scripts pour compiler NETCDF et MPI. correction d un probleme de Registry et de makemeso pour les runs LES ancienne physique. ajout d un cas test LES phoenix.
|
File size:
696 bytes
|
Line | |
---|
1 | Linux, Portland Group version 6 compilers |
---|
2 | |
---|
3 | For netCDF version 3.6.1, Jason Elsom reports that he needed to use -mcmodel=medium flags when compiling a netCDF client program with pgf90 for a 64-bit target platform using version 6 PGI compilers, in order to access more than 2 GB of memory. In addition, he compiled the netCDF library with -fpic -Mlarge_arrays "to avoid an inconsistent addressing problem". Here are the specific environment variables he used to build the netCDF libraries: |
---|
4 | |
---|
5 | CC = pgcc |
---|
6 | CXX = pgCC |
---|
7 | FC = pgf90 |
---|
8 | F90 = pgf90 |
---|
9 | CFLAGS = -O2 -Msignextend -fpic -Mlarge_arrays |
---|
10 | CXXFLAGS = -fpic -Mlarge_arrays |
---|
11 | FFLAGS = -O2 -w -fpic -Mlarge_arrays |
---|
12 | F90FLAGS = -O2 -w -fpic -Mlarge_arrays |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.