summaryrefslogtreecommitdiffstats
path: root/INSTALL.ascired
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r673] Changes since 19980908Robb Matzke1998-09-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./COPYING Reformatted as text instead of C. Removed zlib crew from the list of contributors since no zlib code is actually in the hdf5 library. ./INSTALL ./INSTALL.ascired ./MANIFEST Minor updates for Beta release including version number change. ./INSTALL_MAINT Added information about making a release. ./RELEASE Updated function list based on public header files. ./bin/checkposix Got rid of complaints about some obvious things. ./doc/html/H5.api.html ./doc/html/RM_H5F.html ./src/H5F.c ./src/H5Fpublic.h ./test/tfile.c Changed H5Fget_create_template() and H5Fget_access_template() to H5Fget_create_plist() and H5Fget_access_plist() since that conforms better to lots of other names. ./doc/html/Datatypes.html ./doc/html/ExternalFiles.html ./doc/html/Files.html ./doc/html/H5.api.html ./doc/html/H5.sample_code.html ./doc/html/RM_H5F.html ./doc/html/RM_H5Front.html Changed `template' to `property list', etc. ./doc/html/Ragged.html [NEW] Documentation for ragged arrays. ./src/H5Iprivate.h ./src/H5Ipublic.h ./src/H5I.c Changed the scope of some symbols to be more local. ./src/H5.c ./src/H5AC.c ./src/H5D.c ./src/H5E.c ./src/H5F.c ./src/H5Ffamily.c ./src/H5Fistore.c ./src/H5Flow.c ./src/H5Fsec2.c ./src/H5Fsplit.c ./src/H5Fstdio.c ./src/H5G.c ./src/H5Gnode.c ./src/H5HG.c ./src/H5I.c ./src/H5O.c ./src/H5Ocomp.c ./src/H5Odtype.c ./src/H5Oefl.c ./src/H5Omtime.c ./src/H5Oname.c ./src/H5P.c ./src/H5S.c ./src/H5Shyper.c ./src/H5Tbit.c ./src/H5Tconv.c ./src/H5V.c ./src/H5Z.c ./src/H5private.h Fixed some violations of our naming scheme by adding HD to the beginning of all Posix functions.
* [svn-r565] Purpose:Paul Harten1998-08-031-9/+2
| | | | | | | | | | | Documentation Solution: Reference the README file in testpar directory for expansion on how to input User preferered file prefixes. Platform tested: ASCI Red
* [svn-r461] Purpose:Paul Harten1998-07-071-6/+7
| | | | | | | | | | | | | | | | | | | | | | The purpose of the change is to correct the H5 filenames declared in testphdf5.c when used on the Intel TFLOP PFS system. Problem: The ROMIO library complains of the H5 filenames having no "piofs:", "pfs:", "ufs:", or "nfs:" prefixes on the filenames. The only type currently recognized are the "pfs:" prefixes, and the files must reside in the Intel TFLOP PFS system: /pfs. Solution: (REQUIRED) The compile flag -DPOOMA_ARCH=TFLOP is added to the list of CFLAGS in Makefile.ascired located in the parallel test directory. This compile flag will allow a special set of filenames to be used when compiling testphdf5.c on the Intel TFLOP. In addition, instructions to editing the filenames in testphdf5.c to reside in the user's own /pfs directory are included in INSTALL.ascired. Platform tested: Intel TFLOP
* [svn-r399] Purpose:Paul Harten1998-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change in Documentation for the INSTALL process on the ASCI Red Problem: As part of the parallel HDF5 install process, upon compiling the library and sequential testers, it is necessary to copy the testers onto local disk prior to testing. This is almost done by steps 9-11) ... 9) cp -r ../hdf5 ../scratch 10) cd /scratch/hdf5/test 11) make test >&! test.out After the copying to /scratch, when the "make test" is run, dependencies are checked and it is determined that the executables need to be rebuilt. Unfortunately, the MPI-IO libraries in sasn100:/usr/community/mpi-io are not accessible on ASCI Red, so that step #11 above gives an error. Solution: Albert Cheng and Robb Matzke suggested to add the "-p" option in step #9, if available, to maintain the original modifications. Those install steps were changed to: ... 9) cp -rp ../hdf5 ../scratch 10) cd /scratch/hdf5/test 11) make test >&! test.out Everything works fine! Platform tested: janus - ASCI Red sasn100 - TFLOPS Application server
* [svn-r368] Purpose:Paul Harten1998-04-241-13/+102
| | | | | | | | | | | | | Documentation (mostly) Solution: Parallel HDF5 support on Intel TFLOPS machine using PFS file system and MPIO. Platform tested: Intel TFLOPS (ASCI Red)
* [svn-r340] Purpose:Paul Harten1998-04-091-0/+50
Documentation Problem: The installation steps of the HDF5 library for the ASCI Red machine must be split up between the ASCI Red machine itself and its support machine. Solution: An installation list has been drawn-up which explicitly states which machine is responsible for which step of the installation. Platform tested: ASCI Red Machine, TFLOPS Application server