diff options
Diffstat (limited to 'INSTALL.ascired')
-rw-r--r-- | INSTALL.ascired | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL.ascired b/INSTALL.ascired index d7dc5c8..2dfbb9b 100644 --- a/INSTALL.ascired +++ b/INSTALL.ascired @@ -111,14 +111,15 @@ FROM SASN100, 12) cd testpar -13) /* edit testphdf5.c, edit the following line */ - char *filenames[]={ "pfs:/pfs/multi/tmp_1/your_own/Eg1.h5f", "pfs:/pfs/multi/tmp_1/your_own/Eg2.h5f" }; +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_name/Eg1.h5f", "pfs:/pfs/multi/tmp_1/my_name/Eg2.h5f" }; - - /* delete or comment-out the next line */ - char *filenames[]={ "ParaEg1.h5f", "ParaEg2.h5f" }; + 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" }; 14) make -f Makefile.ascired |