Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2010
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. hdf installation
  2. ------------------------
  3. ./configure --enable-parallel --with-szlib=/apps/rhel5/graphics/x86_64/intel/11.1.038/szip/lib --prefix=/usr/rmt_share/scratch95/w/unknownuser/pnetcdf/ --disable-f90
  4. compiling hdf
  5. ------------------
  6. If szip was used when building HDF5, you must also use -lsz.-lm for math library
  7. mpicc -o htest htest.c -I/usr/rmt_share/scratch95/w/unknownuser/pnetcdf/include \
  8. -L/usr/rmt_share/scratch95/w/unknownuser/pnetcdf/lib
  9. -I/apps/rhel5/graphics/x86_64/intel/11.1.038/szip/include
  10. -L-I/apps/rhel5/graphics/x86_64/intel/11.1.038/szip/include -lhdf5 -lz -lm
  11. when building with parallel you need to set the CPPFLAGS=-DgFortran.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement