
51
5. On each cluster node, install the MPICH software. This step needs to be done as the root
user.
Copy or transfer the
image-mpich-1.2.5.bin
script to the /tmp directory of the
cluster node system. This can be done, for example, using
scp(1)
or
rcp(1)
, for
example:
# scp foo:/tmp/image-mpich-1.2.5.bin /tmp
# cd /tmp/
# ls image*
image-mpich-1.2.5.bin
# /tmp/image-mpich-1.2.5.bin
Ammasso Mpich binary installer created on ....
Mpich has been installed into /usr/opt/ammasso/mpich-1.2.5.
# ls /usr/opt/ammasso
. .. bin data fw lib lib64 man mpich-1.2.5 release scripts
starcore_cset
support
6. On each cluster node, install the DAPL software. This step needs to be done as a user
with root privileges.
Copy or transfer the
image-dapl-1.2.bin
script to the /tmp directory of the cluster
node system. This can be done, for example, using
scp(1)
or
rcp(1)
, for example:
# scp foo:/tmp/
image-dapl-1.2.bin
/tmp
# cd /tmp/
# ls image*dapl*
image-dapl-1.2.bin
# /tmp/image-dapl-1.2.bin
Ammasso Dapl binary installer created on ....
Dapl has been installed into /usr/opt/ammasso/dapl-1.2
# ls /usr/opt/ammasso
. .. bin dapl-1.2
data fw lib lib64 man mpich-1.2.5 release
scripts starcore_cset support
7. Clean up AMSO1100, MPICH, and DAPL cluster node tar files.
# cd /tmp
# ls *.bin
ammasso1100.bin image-mpich-1.2.5.bin image-dapl-1.2.bin
# rm ammasso1100.bin
# rm image-mpich-1.2.5.bin
# rm image-dapl-1.2.bin