diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-08-03 20:45:06 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-08-03 20:45:06 (GMT) |
commit | b91c28331572a835e259b0fa7c49f67b5e20bd28 (patch) | |
tree | afd8657eb597bce5e11cdafafde04d43559f0ead | |
parent | 96106282bb72eb635f4da5bbb8a2e887b1bd7cb8 (diff) | |
download | hdf5-b91c28331572a835e259b0fa7c49f67b5e20bd28.zip hdf5-b91c28331572a835e259b0fa7c49f67b5e20bd28.tar.gz hdf5-b91c28331572a835e259b0fa7c49f67b5e20bd28.tar.bz2 |
[svn-r565] Purpose:
Documentation
Solution:
Reference the README file in testpar directory for expansion on
how to input User preferered file prefixes.
Platform tested:
ASCI Red
-rw-r--r-- | INSTALL.ascired | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/INSTALL.ascired b/INSTALL.ascired index 2dfbb9b..49a9b11 100644 --- a/INSTALL.ascired +++ b/INSTALL.ascired @@ -111,18 +111,11 @@ FROM SASN100, 12) cd testpar -13) /* edit testphdf5.c, change the following lines */ - char *filenames[]={ "pfs:/pfs/multi/tmp_1/your_own/ParaEg1.h5f", - "pfs:/pfs/multi/tmp_1/your_own/ParaEg2.h5f", - "pfs:/pfs/multi/tmp_1/your_own/ParaEg3.h5f" }; - - /* change "your_own" to your own directory name */ - char *filenames[]={ "pfs:/pfs/multi/tmp_1/my_dir/ParaEg1.h5f", - "pfs:/pfs/multi/tmp_1/my_dir/ParaEg2.h5f", - "pfs:/pfs/multi/tmp_1/my_dir/ParaEg3.h5f" }; +13) go through the README file. 14) make -f Makefile.ascired + When everything is finished compiling and linking, FROM JANUS, |