Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r461] Purpose: | Paul Harten | 1998-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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-r442] MPIO library maintained by William M. Davidson (wmdavid) has been | Albert Cheng | 1998-07-02 | 1 | -14/+9 |
| | | | | | | | | | changed to use system supported MPI library. The path to it is changed slightly too. Updated all the paths variables. Also updated to reflect the new program source files structure. Platform tested: Intel Red | ||||
* | [svn-r420] Put 'go' in the DISTCLEAN variable so that it will be cleaned | Albert Cheng | 1998-06-10 | 1 | -0/+1 |
| | | | | for distribution. | ||||
* | [svn-r419] Removed 'go' from the cleanup list. Let individual decides when | Albert Cheng | 1998-06-10 | 1 | -1/+1 |
| | | | | to purge the file. | ||||
* | [svn-r366] Purpose: | Paul Harten | 1998-04-23 | 1 | -0/+109 |
New feature Solution: Parallel HDF5 support on Intel TFLOPS machine using PFS file system. Platform tested: Intel TFLOPS (ASCI Red) |