diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-12-20 14:25:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-12-20 14:25:48 (GMT) |
commit | 87ffeb296246b33690fdd78f968138d182322cc1 (patch) | |
tree | 81365b9bbd1e6f4ca8b43919ecf8a293acd5ecef /INSTALL_TFLOPS | |
parent | 26f8ffe9d904cc336ed791bbbf3eb4ba12a959e2 (diff) | |
download | hdf5-87ffeb296246b33690fdd78f968138d182322cc1.zip hdf5-87ffeb296246b33690fdd78f968138d182322cc1.tar.gz hdf5-87ffeb296246b33690fdd78f968138d182322cc1.tar.bz2 |
[svn-r1912] Document a fix to bypass a make problem in Janus.
Diffstat (limited to 'INSTALL_TFLOPS')
-rw-r--r-- | INSTALL_TFLOPS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL_TFLOPS b/INSTALL_TFLOPS index 95e16c2..72cdec8 100644 --- a/INSTALL_TFLOPS +++ b/INSTALL_TFLOPS @@ -48,6 +48,13 @@ FROM JANUS, the file test/Makefile before the next step. RUNTEST=$(LT_RUN) 7.2) make check +7.3) Sometimes the "make check" fails in the sub-directories of test + or tools with a message as "print not found". This is due to the + "make" of Janus thinking some binary code needs to be recompiled. + The easiest way to fix it is + FROM SASN100 + cd <hdf5>/test # or cd <hdf5>/tools + make clean; make # re-make all binary Once satisfied with the test results, you can install @@ -96,6 +103,13 @@ FROM JANUS, the file test/Makefile before the next step. RUNTEST=$(LT_RUN) 7.2) make check +7.3) Sometimes the "make check" fails in the sub-directories of test + or tools with a message as "print not found". This is due to the + "make" of Janus thinking some binary code needs to be recompiled. + The easiest way to fix it is + FROM SASN100 + cd <hdf5>/test # or cd <hdf5>/tools + make clean; make # re-make all binary Once satisfied with the parallel test results, as long as you |