summaryrefslogtreecommitdiffstats
path: root/INSTALL.ascired
blob: cd11de0c709337166d246ce0e62a7ba599b2fb54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133

FOR THE INTEL TFLOPS MACHINE:

Below are the step-by-step procedures for building, testing, and
installing both the sequential and parallel versions of the HDF5 library.

---------------
Sequential HDF5:
---------------

The setup process for building the sequential HDF5 library for the
ASCI Red machine is done by a coordination of events from sasn100 and
janus.  Special effort must be made to move the compiled and linked
testers to disks local to the processors for execution.  This special
effort is shown here at steps 9) and steps 10).

The total required steps are something similar to:
FROM SASN100,

1) uncompress hdf5-1.1.0.tar.Z

2) tar xvf hdf5-1.1.0.tar

3) cd ./hdf5

4) ./configure tflop

5) make H5detect


FROM JANUS, 

6) cd ./hdf5

7) make H5Tinit.c


FROM SASN100,

8) make >&! comp.out &


When everything is finished compiling and linking,
FROM JANUS, 

9) cp -r ../hdf5 /scratch

10) cd /scratch/hdf5/test

11) make test >&! test.out


Once satisfied with the test results, as long as you 
have the correct permission,
FROM SASN100,

12) make install


---------------
Parallel HDF5:
---------------

The setup process for building the parallel version of the HDF5 library for the
ASCI Red machine is very similar to the sequential version.  It is done by a
coordination of events from sasn100 and janus.  Special effort must be made to
move the compiled and linked single processor testers to disks local to the
processor for execution.  This special effort is shown here at steps 9) and
steps 10).  Following these test, there are the edit, compile, link, and
execution of parallel tests described in steps 12) through 16).


The total required steps are something similar to:
FROM SASN100,

1) uncompress hdf5-1.1.0.tar.Z

2) tar xvf hdf5-1.1.0.tar

3) cd ./hdf5

4) sh INSTALL_parallel.ascired   /* this is different from the sequential version */

5) make H5detect


FROM JANUS, 

6) cd ./hdf5

7) make H5Tinit.c


FROM SASN100,

8) make >&! comp.out &


When everything is finished compiling and linking,
FROM JANUS, 

9) cp -rp ../hdf5 /scratch

10) cd /scratch/hdf5/test

11) make test >&! test.out


Once satisfied with the single processor test results, 
FROM SASN100,

12) cd testpar

13) go through the README file.

14) make -f Makefile.ascired


When everything is finished compiling and linking,
FROM JANUS, 

15) cd ./hdf5/testpar

16) make test -f Makefile.ascired >&! test.out


Once satisfied with the parallel test results, as long as you 
have the correct permission,
FROM SASN100,

17) make install