Changeset 493 for palm/trunk/DOC/app/chapter_5.0.html
- Timestamp:
- Mar 1, 2010 8:30:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_5.0.html
r404 r493 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 2 <html><head> 3 3 4 4 5 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM chapter 5.0</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20041103;12380720"> <meta name="CHANGED" content="20041123;15532356"> <meta name="KEYWORDS" content="parallel LES model"> <style> … … 349 350 -DMPI_2REAL=MPI_2DOUBLE_PRECISION</span>. To switch on the NetCDF 350 351 support, you also have to give <span style="font-family: Courier New,Courier,monospace;">-D__netcdf</span> 351 and <span style="font-family: Courier New,Courier,monospace;">-D__netcdf _64bit</span>352 (if you like to have 64bit NetCDF output).</li><li><span style="font-family: Courier New,Courier,monospace;"><6>352 and <span style="font-family: Courier New,Courier,monospace;">-D__netcdf4</span> 353 (if you like to have NetCDF4/HDF5 data format; this requires a NetCDF4 library!).</li><li><span style="font-family: Courier New,Courier,monospace;"><6> 353 354 </span>is the compiler option for specifying the include path to 354 355 search for the NetCDF module/include files</li><li><span style="font-family: Courier New,Courier,monospace;"><7> … … 370 371 ifort lc_bar 371 372 parallel<br>%cpp_options 372 -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__netcdf_64bit 373 lc_bar parallel<br>%netcdf_inc 373 -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf lc_bar parallel<br>%netcdf_inc 374 374 -I:/usr/local/netcdf/include 375 375 lc_bar parallel<br>%netcdf_lib … … 380 380 lc_bar parallel<br>%lopts 381 381 -axW:-cpp:-openmp:-r8:-nbs:-Vaxlib lc_bar 382 parallel<br></div><br>Currently (version 3. 2a),382 parallel<br></div><br>Currently (version 3.7a), 383 383 depending on the MPI 384 384 version which is running on your local host, the options for the
Note: See TracChangeset
for help on using the changeset viewer.