Changes between Version 2 and Version 3 of doc/app/cpp_options
- Timestamp:
- Jan 17, 2019 2:36:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/cpp_options
v2 v3 26 26 ||{{{__netcdf4}}} ||Enables to use the NetCDF4/HDF5 data format. {{{-D__netcdf}}} has to be set too. See initialization parameter [wiki:/doc/app/d3par#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format. || 27 27 ||{{{__netcdf4_parallel}}} ||Enables to use NetCDF4/HDF5 parallel I/O. {{{-D__netcdf}}} '''and''' {{{-D__netcdf4}}} have to be set too. See initialization parameter [wiki:/doc/app/d3par#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format. || 28 ||{{{__nopointer}}} ||Enables a pointer-free version of the PALM code. This is currently (July 2018) required to run PALM on GPUs. ||29 28 ||{{{__parallel}}} ||Enables usage of MPI. If you do '''not set''' {{{-D__parallel}}}, PALM runs in non-parallel mode on a single core. || 30 29 ||{{{__rrtmg}}} ||Enables usage of the Rapid Radiation Transfer Model library. See [wiki:/doc/tec/radiation#RRTMG] for further details. ||