If you have an SCore Version 5.4.0 CD-ROM, you will find gziped tar files under the /mnt/cdrom/score.source/ directories.
We assume that SCore patch and gziped source tar files will be downloaded under the /opt/score.work directory on the server host.
linux2.4.19.score.patch | linux2.4.19_ia64.score.patch |
score-5.4.0.build.tar.gz | score-5.4.0.score.tar.gz |
score-5.4.0.utils.tar.gz | score-5.4.0.exampple.tar.gz |
score-5.4.0.demo.tar.gz | score-5.4.0.doc.tar.gz |
linux-2.4.19.tar.gz |
score-5.4.0.mpi.tar.gz |
score-5.4.0.pvm.tar.gz |
score-5.4.0.omni.tar.gz | score-5.4.0.scash.tar.gz |
score-5.4.0.taco.tar.gz |
score-5.4.0.pbs.tar.gz |
If you want to install the jumpshot viewer tool provided by MPICH or the Omni OpenMP compiler, JDK (Java development kit) must be installed at the first. You may download the j2sdk-1.3.1-FCS-linux-i386.tar.bz2 file from http://www.blackdown.org/java-linux/mirrors.html
# mkdir /usr/java # cd /usr/java # tar xIf /opt/score.work/j2sdk-1.3.1-FCS-linux-i386.tar.bz2
Then please create /opt/score/score-src/adm/config/site file, the following entry must be added.
JAVA_HOME = /usr/java/j2sdk1.3.1 JAVA = $(JAVA_HOME)/bin/java
If you want to compile and install all packages, issue the following commands:
# mkdir -p /opt/score/ # cd /opt/score # for tarfile in /opt/score.work/*.tar.gz # do # tar xzf $tarfile # done # cd score-src # ./configure (or # ./configure --option=site ) # make # /opt/score/install/setup -score_serverIf you want to install other directory, please specify --prefix=install_path option with configure command. Note that install_path must specified full path name, and you cannot use ~ metacharacter.
If you don't want to compile and install some packages, please dpn't extract there packages tar files.
![]() |
PC Cluster Consotium |