diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-30 19:19:11 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-30 19:19:11 (GMT) |
commit | 0c0e746ce72e71fb34608a256e8e1130a9060e4c (patch) | |
tree | add794b6b8994b80dc128032ec5a44eae19af1ba /release_docs | |
parent | 2b1ee377c33c1f6cedb4e3eeda9fcf4634acabb8 (diff) | |
download | hdf5-0c0e746ce72e71fb34608a256e8e1130a9060e4c.zip hdf5-0c0e746ce72e71fb34608a256e8e1130a9060e4c.tar.gz hdf5-0c0e746ce72e71fb34608a256e8e1130a9060e4c.tar.bz2 |
[svn-r15302] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio and Windows command line
Description:
Modify Windows documentation to support Intel Visual Fortran 10.1. We have tested it in our Virtual machines, and have fixed the problems we were encountering.
Also, add a new parameter to the hdf5build.BAT and hdf5bt.BAT build scripts to support IVF 10.1.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 22 | ||||
-rwxr-xr-x | release_docs/INSTALL_Windows_From_Command_Line.txt | 8 |
2 files changed, 19 insertions, 11 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 76b0c09..580d918 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -39,8 +39,8 @@ Preconditions: Visual Studio .NET. For simple Visual Studio .NET instructions, see the document INSTALL_Windows_NET.TXT. - 2. (Optional) Installed Intel Compiler 9.1 if you want to build HDF5 Fortran - libraries. + 2. (Optional) Installed Intel Compiler 9.1 or 10.1 if you want to build HDF5 + Fortran libraries. 3. Install Winzip or 7-zip for extracting source tarball. @@ -180,9 +180,9 @@ Notes: any more. To obtain HDF4 related tools, please check http://hdfgroup.org/h4toh5/ and ftp://ftp.hdfgroup.org/HDF5/h4toh5 - 6. For Fortran users, Intel fortran Compiler 9.1 is currently supported-- - please see Section VI. Intel Compiler verion 7.x and 8.x are no longer - supported. + 6. For Fortran users, Intel fortran Compiler 9.1 and 10.1 is currently + supported-- please see Section VI. Intel Compiler verion 7.x and 8.x are + no longer supported. 7. For users who would like to build Muti-threaded version of HDF5 library, please read Section VII. @@ -1112,9 +1112,9 @@ Warning: When you modify the H5pubconf.h file as described below, DO NOT just Section VI: How to build HDF5 with Fortran Support ======================================================================== -Notes: 1. For Intel Compiler users, Intel fortran Compiler 9.1 is currently - supported-- please see below. Intel Compiler verion 7.x and 8.x are no - longer supported. +Notes: 1. For Intel Compiler users, Intel fortran Compiler 9.1 and 10.1 are + currently supported-- please see below. Intel Compiler verion 7.x and + 8.x are no longer supported. 2. The Compaq Fortran Compiler is no longer supported for HDF5 1.8. @@ -1145,7 +1145,7 @@ Notes: 1. For Intel Compiler users, Intel fortran Compiler 9.1 is currently 1) Invoke Microsoft Visual Studio 2005. 2) From the main menu, Go to Tools > Options > Intel(R) Fortran. In the - right panel, make sure your "Selected Compiler" is Intel Fortran 9.1. + right panel, make sure your "Selected Compiler" is Intel Fortran. 3) Select the right-most box for "Libraries", and add Zlib and Szip library paths (c:\zlib123\lib, c:\szip\dll for example). @@ -1156,11 +1156,11 @@ Notes: 1. For Intel Compiler users, Intel fortran Compiler 9.1 is currently 5) Then click "OK". -1. Build with Intel Fortran Compiler 9.1 under Visual Studio 2005 +1. Build with Intel Fortran Compiler 9.1 or 10.1 under Visual Studio 2005 Note: This step will build HDF5 Static and DLL C and C++ Library using Visual Studio 2005 Compiler as well as HDF5 Static and High Level - Fortran Library using Intel Fortran 9.1 Compiler. + Fortran Library using Intel Fortran 9.1 or 10.1 Compiler. 1.1 Open all_fortran.sln diff --git a/release_docs/INSTALL_Windows_From_Command_Line.txt b/release_docs/INSTALL_Windows_From_Command_Line.txt index 79b4eb6..62c3daa 100755 --- a/release_docs/INSTALL_Windows_From_Command_Line.txt +++ b/release_docs/INSTALL_Windows_From_Command_Line.txt @@ -78,7 +78,11 @@ notes in INSTALL_Windows.txt before starting below procedures. from command line. hdf5bt file takes the following options: + /vs7 Build HDF5 using Visual Studio .NET 2003 + Note: Default is Visual Studio 2005 /fort Build and test HDF5 with Fortran libraries + /ivf101 Build HDF5 Fortran using Intel Visual Fortran 10.1 + Note: Default is Intel Visual Fortran 9.1 /useenv Build HDF5 using compiler settings defined in the environment, rather than the IDE. /? Help information @@ -103,7 +107,11 @@ notes in INSTALL_Windows.txt before starting below procedures. tools from command line. hdf55build takes the following options: + /vs7 Build HDF5 using Visual Studio .NET 2003 + Note: Default is Visual Studio 2005 /fort Build HDF5 with Fortran libraries + /ivf101 Build HDF5 Fortran using Intel Visual Fortran 10.1 + Note: Default is Intel Visual Fortran 9.1 /useenv Build HDF5 using compiler settings defined in the environment, rather than the IDE. /? Help information |