Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#46 fixed Compilation netcdf4_seq fails ymipsl omamce
Description

/Users/marti/Unix/XIOS/src/output/onetcdf4.cpp:501:53: error: use of undeclared identifier 'NC_COLLECTIVE'

CheckError?(nc_var_par_access(grpid, varid, NC_COLLECTIVE));

/Users/marti/Unix/XIOS/src/output/onetcdf4.cpp:503:53: error: use of undeclared identifier 'NC_INDEPENDENT'

CheckError?(nc_var_par_access(grpid, varid, NC_INDEPENDENT));

#27 fixed compilation of XIOS with --use_oasis option aclsce aclsce
Description

When you compile XIOS with the "--use_oasis", it is needed to have netcdf fortran interface library at the linking step. So far there is : NETCDF_LIB="-lnetcdf" in arch*.path configuration files of XIOS. "-lnetcdff" is missing to compile with "--use_oasis" option because oasis library needs it.

Proposition : add a NETCDF_LIB="-lnetcdff -lnetcdf" in make_xios file only if "$use_oasis" == "true" ?.

#28 fixed compilation XIOS Oasis path aclsce aclsce
Description

So far, the path of Oasis library is by default : OASIS_INCDIR="-I$WORKDIR/NEMO_COUPLE/prism/X64/build/lib/psmile.MPI1" OASIS_LIBDIR="-L$WORKDIR/NEMO_COUPLE/prism/X64/lib" in arch*path configuration files.

It is not very generic, in particular if we want to include XIOS compilation in IPSL coupled model compilation. We would like to have a relative path instead of absolute path.

Proposition : Replace the actual path by : OASIS_INCDIR="-I$PWD/../../prism/X64/build/lib/psmile.MPI1" OASIS_LIBDIR="-L$PWD/../../prism/X64/lib"

Thanks !

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.