mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r11036] Purpose:
Modification on .Net and Intel part Description: In batch mode, there should be no options to choose build Only HDF5 C or both C and C++ library with visual studio .net or intel compiler for the time being Solution: Platforms tested: Misc. update:
This commit is contained in:
parent
18d3b7fc8e
commit
c80b4d9eca
@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
|
||||
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
|
||||
<TITLE>Instructions for Building and Testing HDF5 from Command Line on Windows XP</TITLE>
|
||||
<style type="text/css">
|
||||
|
||||
@ -381,25 +381,23 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
is provided for users to build and test HDF5 library and tools
|
||||
together from command line.
|
||||
</p>
|
||||
<p>hdf5bt_net.bat has two options:</p>
|
||||
<p>hdf5bt_net.bat has only one
|
||||
option:</p>
|
||||
<div style="TEXT-ALIGN: center">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>Options</th>
|
||||
<th>Illustration</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5bt_net</td>
|
||||
<td>build and test C library and tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5bt_net enablecpp</td>
|
||||
<td>build and test C/C++ libraries and tools</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<p>Invoke a command prompt window and run hdf5bt_net with
|
||||
appropriate options.</p>
|
||||
<p>Invoke a command prompt window
|
||||
and run hdf5bt_net with this
|
||||
option.</p>
|
||||
<p>Test results are saved in two files:</p>
|
||||
<ul class="normal">
|
||||
<li>c:\MyHDFstuff\hdf5\hdf5_results_net.txt
|
||||
@ -419,17 +417,15 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
<p>A batch file named hdf5build_net.bat in c:\MyHDFstuff\hdf5
|
||||
directory is provided for users to build HDF5 library and
|
||||
tools from command line.</p>
|
||||
<p>hdf5build_net.bat has two options:</p>
|
||||
<p>hdf5build_net.bat has
|
||||
only one
|
||||
option:</p>
|
||||
<div style="TEXT-ALIGN: center">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>Options</th>
|
||||
<th>Illustration</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5build_net</td>
|
||||
<td>build C library and tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5build_net enablecpp</td>
|
||||
<td>build C/C++ libraries and tools</td>
|
||||
@ -438,7 +434,7 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
</div>
|
||||
|
||||
<p>Invoke a command prompt window and run hdf5build_net with
|
||||
appropriate options. building results will be saved in
|
||||
this option. building results will be saved in
|
||||
c:\MyHDFstuff\hdf5\build_results_net.txt. You can check
|
||||
the file to find out whether there are any compilation
|
||||
errors.</p></li>
|
||||
@ -522,17 +518,13 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
is provided for users to build and test HDF5 library and tools
|
||||
together from command line.
|
||||
</p>
|
||||
<p>hdf5bt_intelc.bat has two options:</p>
|
||||
<p>hdf5bt_intelc.bat has only one option:</p>
|
||||
<div style="TEXT-ALIGN: center">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>Options</th>
|
||||
<th>Illustration</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5bt_intelc</td>
|
||||
<td>build and test C library and tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5bt_intelc enablecpp</td>
|
||||
<td>build and test C/C++ libraries and tools</td>
|
||||
@ -540,7 +532,7 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
</table>
|
||||
</div>
|
||||
<p>Invoke a command prompt window and run hdf5bt_intelc with
|
||||
appropriate options.</p>
|
||||
this option.</p>
|
||||
<p>Test results will be saved in two files:</p>
|
||||
<ul class="normal">
|
||||
<li>c:\MyHDFstuff\hdf5\hdf5_results_intelc.txt
|
||||
@ -572,17 +564,15 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
directory is provided for users to build HDF5 library and
|
||||
tools from command line.
|
||||
</p>
|
||||
<p>hdf5build_intelc.bat has two options:</p>
|
||||
<p>
|
||||
hdf5build_intelc.bat
|
||||
has only one option:</p>
|
||||
<div style="TEXT-ALIGN: center">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>Options</th>
|
||||
<th>Illustration</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5build_intelc</td>
|
||||
<td>build C library and tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hdf5build_intelc enablecpp</td>
|
||||
<td>build C/C++ libraries and tools</td>
|
||||
@ -590,7 +580,7 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b
|
||||
</table>
|
||||
</div>
|
||||
<p>Invoke a command prompt window and run hdf5build_intelc with
|
||||
appropriate options. Compiling outputs are saved in
|
||||
this option. Compiling outputs are saved in
|
||||
c:\MyHDFstuff\hdf5\build_results_intelc.txt. You can check
|
||||
the file to find out whether there are any compiling errors.
|
||||
</p>
|
||||
@ -634,4 +624,4 @@ send email to <A href="mailto:hdfhelp@ncsa.uiuc.edu">hdfhelp@ncsa.uiuc.edu</A></
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</HTML>
|
@ -267,19 +267,14 @@ SECTION II: Building and testing HDF5 C and C++ Library on command line
|
||||
|
||||
A batch file named hdf5bt_net.bat in c:\MyHDFstuff\hdf5 directory
|
||||
is provided for users to build and test HDF5 library and tools
|
||||
together from command line.
|
||||
together from command line.
|
||||
|
||||
hdf5bt_net.bat has two options:
|
||||
Invoke a command prompt window and run hdf5bt_net in the
|
||||
following format to build and test C/C++ libraries and tools.
|
||||
|
||||
hdf5bt_net build and test C library and tools
|
||||
hdf5bt_net enablecpp
|
||||
|
||||
hdf5bt_net enablecpp build and test C/C++ libraries
|
||||
and tools
|
||||
|
||||
Invoke a command prompt window and run hdf5bt_net with
|
||||
appropriate options.
|
||||
|
||||
Test results are saved in two files:
|
||||
Test results are saved in two files:
|
||||
|
||||
c:\MyHDFstuff\hdf5\hdf5_results_net.txt
|
||||
|
||||
@ -301,16 +296,12 @@ SECTION II: Building and testing HDF5 C and C++ Library on command line
|
||||
directory is provided for users to build HDF5 library and
|
||||
tools from command line.
|
||||
|
||||
hdf5build_net.bat has two options:
|
||||
Invoke a command prompt window and run hdf5build_net.bat in
|
||||
the following format to build HDF5 C/C++ library and tools.
|
||||
|
||||
hdf5build_net build HDF5 C library
|
||||
and tools
|
||||
hdf5build_net enablecpp
|
||||
|
||||
hdf5build_net enablecpp build HDF5 C/C++ libraries
|
||||
and tools
|
||||
|
||||
Invoke a command prompt window and run hdf5build_net.bat with
|
||||
appropriate options. building results will be saved in
|
||||
Building results will be saved in
|
||||
c:\MyHDFstuff\hdf5\build_results_net.txt. You can check
|
||||
the file to find out whether there are any compilation
|
||||
errors.
|
||||
@ -333,10 +324,10 @@ SECTION II: Building and testing HDF5 C and C++ Library on command line
|
||||
|
||||
c:\MyHDFstuff\hdf5\check_results.txt.
|
||||
|
||||
In general, you only need to check tests_results.txt. If all the
|
||||
tests passed, then you do not have to check check_results.txt.
|
||||
If some tests failed, check check_results.txt can help you
|
||||
figure out what was wrong.
|
||||
In general, you only need to check tests_results.txt. If all the
|
||||
tests passed, then you do not have to check check_results.txt.
|
||||
If some tests failed, check check_results.txt can help you
|
||||
figure out what was wrong.
|
||||
|
||||
3. Installing HDF5 Libraries
|
||||
|
||||
@ -413,15 +404,10 @@ SECTION III: Building and testing HDF5 C and C++ Library on command
|
||||
is provided for users to build and test HDF5 library and tools
|
||||
together from command line.
|
||||
|
||||
hdf5bt_intelc.bat has two options:
|
||||
Invoke a command prompt window and run hdf5bt_intelc in the
|
||||
following format to build and test C/C++ libraries and tools.
|
||||
|
||||
hdf5bt_intelc build and test C library and tools
|
||||
|
||||
hdf5bt_intelc enablecpp build and test C/C++ libraries
|
||||
and tools
|
||||
|
||||
Invoke a command prompt window and run hdf5bt_intelc with
|
||||
appropriate options.
|
||||
hdf5bt_intelc enablecpp
|
||||
|
||||
Test results will be saved in two files:
|
||||
|
||||
@ -458,16 +444,13 @@ SECTION III: Building and testing HDF5 C and C++ Library on command
|
||||
directory is provided for users to build HDF5 library and
|
||||
tools from command line.
|
||||
|
||||
hdf5build_intelc.bat has two options:
|
||||
Invoke a command prompt window and run hdf5build_intelc
|
||||
in the following format to build HDF5 C/C++ libraries and
|
||||
tools.
|
||||
|
||||
hdf5build_intelc build HDF5 C library
|
||||
and tools
|
||||
|
||||
hdf5build_intelc enablecpp build HDF5 C/C++ libraries
|
||||
and tools
|
||||
hdf5build_intelc enablecpp
|
||||
|
||||
Invoke a command prompt window and run hdf5build_intelc with
|
||||
appropriate options. Compiling outputs are saved in
|
||||
Compiling outputs are saved in
|
||||
c:\MyHDFstuff\hdf5\build_results_intelc.txt. You can check
|
||||
the file to find out whether there are any compiling errors.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user