summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.ascired
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1388] No longer needed because configure creates the right Makefile now.Albert Cheng1999-06-261-105/+0
|
* [svn-r564] Purpose:Paul Harten1998-08-031-2/+2
| | | | | | | | | | | | | | | | | | New feature Problem: Source code must be modified prior to compiling to allow full filenames to contain preferred user directories. Source must be recompiled everytime the preferred user directory changes. Solution: Instead, allow file prefixes preferred by user to be passed at runtime using the arguments "-f <prefix>". The "-f" to signal the next argument is to be a file prefix, and the "<prefix>" to be the actual prefix used. Platform tested: ASCI Red
* [svn-r461] Purpose:Paul Harten1998-07-071-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 beenAlbert Cheng1998-07-021-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 cleanedAlbert Cheng1998-06-101-0/+1
| | | | for distribution.
* [svn-r419] Removed 'go' from the cleanup list. Let individual decides whenAlbert Cheng1998-06-101-1/+1
| | | | to purge the file.
* [svn-r366] Purpose:Paul Harten1998-04-231-0/+109
New feature Solution: Parallel HDF5 support on Intel TFLOPS machine using PFS file system. Platform tested: Intel TFLOPS (ASCI Red)