diff options
-rwxr-xr-x | release_docs/INSTALL_Windows_Short_INTEL.TXT | 111 |
1 files changed, 61 insertions, 50 deletions
diff --git a/release_docs/INSTALL_Windows_Short_INTEL.TXT b/release_docs/INSTALL_Windows_Short_INTEL.TXT index 87dd457..8735019 100755 --- a/release_docs/INSTALL_Windows_Short_INTEL.TXT +++ b/release_docs/INSTALL_Windows_Short_INTEL.TXT @@ -1,62 +1,66 @@ HDF5 Build and Install Instructions for Windows XP with INTEL Compiler (Short Version) ------------------------------------------------------------------------ -Note: This short instruction is written for users who want to quickly - build HDF5 library and tools from the HDF5 source code package - with Intel Compiler but do not want to know HDF5 - building and installation details on Windows XP. - - For detailed HDF5 build and install information, or if you have - trouble following any steps in the instructions, please refer to - INSTALL_Windows.txt for further information. +Notes: This short instruction is written for users who want to quickly + build HDF5 library and tools from the HDF5 source code package + with Intel Compiler but do not want to know HDF5 + building and installation details on Windows XP. + + For detailed HDF5 build and install information, or if you have + trouble following any steps in the instructions, please refer to + INSTALL_Windows.txt for further information. - For users who would like to build and test HDF5 package from the - command line, please refer to - INSATLL_Windows_From_Command_Line.txt. + For users who would like to build and test HDF5 package from the + command line, please refer to + INSATLL_Windows_From_Command_Line.txt. ***************************WARNINGS************************************* Please read CAREFULLY about HDF5 build and install preconditions and notes in INSTALL_Windows.txt before starting below procedures. ************************************************************************ -Note: +Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and Intel 8.1 only works with MSVS .net 2003 when you build HDF5-1.8.x. - 2. HDF5 Fortran DLL Libraries is not supported with Intel Fortran 8.1 - integration with Visual C++ .Net 2003 Environment. + 2. HDF5 Fortran DLL Libraries is not supported with Intel Fortran + 8.1 integration with Visual C++ .Net 2003 Environment. But + Release version of HDF5 Fortran DLL Libraries works with Intel + Fortran whilt Debug version doesn't. 3. Szip library is different when using Intel compiler. You should build Szip source codes with Intel compiler or download binaries for Intel compiler - from ftp://ftp.ncsa.uiuc.edu/HDF/szip/bin/windows. + from ftp://ftp.ncsa.uiuc.edu/HDF/szip/2.0/bin/windows. 4. Set up path for external libraries and headers - Skip this part if you don't want to use ANY compression features - provided by HDF5. Please do read section V. + Skip this part if you don't want to use ANY compression + features provided by HDF5. Please do read Section V. You have to read this part even if you want to use only Zlib - or Szip. You also need to read section V on INSTALL_Windows.txt + or Szip. You also need to read Section V on + INSTALL_Windows.txt - For users using Intel compiler 7.1 integration with MSVS 6.0, please refer - to "Preconditions 6" on INSTALL_Windows.txt to set up path for external - libraries and headers. + For users using Intel compiler 7.1 integration with MSVS 6.0, + please refer to "Preconditions 6" on INSTALL_Windows.txt to + set up path for external libraries and headers. - For users using Intel compiler 8.1 integration with Visual C++ 7.0 2003, detailed - information about setting up external libraries and header will be given in - Part II, 2.1.3 in this document. + For users using Intel compiler 8.1 integration with Visual C++ + .Net 2003, detailed information about setting up external + libraries and header will be given in Part II, 2.1.3 in this + document. 5. Part II, 2.1 will build ONLY HDF5 Static and DLL C and C++ - Library using Intel C++ Compiler. If you want to build HDF5 Static and - DLL C and C++ Library as well as HDF5 Static Fortran Library, Please go to - PartII, 2.2 directly! + Library using Intel C++ Compiler. If you want to build HDF5 + Static and DLL C and C++ Library as well as HDF5 Static Fortran + Library, Please go to Part II, 2.2 directly! - 6. Only short information was given on test HDF5 Libraries. Users want to - know detailed information about testing HDF5 Libraries and tools, please - refer to document INSTALL_Windows.txt, section II, STEP 2 Testing HDF5 - libraries and tools. + 6. Only short information was given on test HDF5 Libraries. Users + want to know detailed information about testing HDF5 Libraries + and tools, please refer to document INSTALL_Windows.txt, + Section II, STEP 2 Testing HDF5 libraries and tools. Part I. INTEL compiler 7.1 with MSVS 6.0 @@ -75,7 +79,10 @@ Part II. INTEL compiler 8.1 with Visual C++ .Net 2003 Environment 2.1 Intel C++ Compiler 2.1.1 Open all.dsw - + + Notes: all.sln is for command line use only. please open + all.dsw not all.sln. + Invoke Microsoft Visual C++ .Net 2003. From the main menu, go to "File" and select "Open Solution". In the "Open Solution" window, Change "Files of type" to @@ -142,22 +149,23 @@ Part II. INTEL compiler 8.1 with Visual C++ .Net 2003 Environment Under directory "hdf5", a batch file hdf5check.bat was provided to test HDF5 libraries and tools. - Invoke command prompt, go to directory "hdf5", type in the following - command to test HDF5 C and C++ Libraries. + Invoke command prompt, go to directory "hdf5", type in the + following command to test HDF5 C and C++ Libraries. hdf5check enablecpp - Test results will be save into file check_results.txt under directory "hdf5" - Check check_results.txt, there should be no "failures" at all. + Test results will be save into file check_results.txt under + directory "hdf5". Check check_results.txt, there should be no + "failures" at all. 2.2 Intel Fortran Compiler 8.1 under MSVS C++ .Net 2003 Environment - Note: This step will build HDF5 Static and DLL C and C++ Library - using Intel C++ 8.1 Compiler as well as HDF5 Static Fortran Library - using Intel Fortran 8.1 Compiler. + Notes: This step will build HDF5 Static and DLL C and C++ Library + using Intel C++ 8.1 Compiler as well as HDF5 Static Fortran + Library using Intel Fortran 8.1 Compiler. Users who want to build ONLY HDF5 Static and DLL C and C++ - Library please go to Part2, 2.1. + Library please go to Part II, 2.1. 2.2.1 Open all.dsw @@ -202,8 +210,8 @@ Part II. INTEL compiler 8.1 with Visual C++ .Net 2003 Environment "Convert to use Intel C++ Project System" to convert all .Net C++ project files to Intel C++ project formats. - 2.2.5 Building C and C++ Static and DLL Libraries and Static Fortran - Libraries and Tools + 2.2.5 Building C and C++ Static and DLL Libraries and Static + Fortran Libraries and Tools Select "Build", then Select "Set Active Configuration". @@ -226,18 +234,20 @@ Part II. INTEL compiler 8.1 with Visual C++ .Net 2003 Environment a. Test HDF5 C and C++ Libraries - Invoke command prompt, go to directory "hdf5", type in the following - command to test HDF5 C and C++ Libraries. + Invoke command prompt, go to directory "hdf5", type in the + following command to test HDF5 C and C++ Libraries. hdf5check enablecpp - Test results will be save into file check_results.txt under directory "hdf5" - Check check_results.txt, there should be no "failures" at all. + Test results will be save into file check_results.txt under + directory "hdf5". Check check_results.txt, there should be no + "failures" at all. b. Test HDF5 Static Fortran Library - Go to directory hdf5\fortran\test, run batch file testhdf5_fortran.bat - with the following two options to test fortran static library + Go to directory hdf5\fortran\test, run batch file + testhdf5_fortran.bat with the following two options to test + fortran static library testhdf5_fortran release >> "Your output file name" testhdf5_fortran debug >> "Your output file name" @@ -246,8 +256,9 @@ Part II. INTEL compiler 8.1 with Visual C++ .Net 2003 Environment c. Test HDF5 High Level Fortran Library - Go to directory hdf5\hl\fortran\test, run batch file testhdf5_fortran.bat - with the following two options to test fortran high level library : + Go to directory hdf5\hl\fortran\test, run batch file + testhdf5_fortran.bat with the following two options to test + fortran high level library : test_hdf5_hl_fortran release >> "Your output file name" test_hdf5_hl_fortran debug >> "Your output file name" |