If you have an SCore Version 6.0.0 DVD-ROM, you will find gziped tar files under the /media/*/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.
score6.tar.gz | score6-test.tar.gz |
score6-example.tar.gz | score6-demo.tar.gz |
score6-mpi.tar.gz |
score6-omni.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 jdk from http://java.sun.com/javase/downloads/index.jsp
Then please create /opt/score/score-src/adm/config/site file, the following entry must be added.
JAVA_HOME = /usr/java/jdk1.5.0_03 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 score6-src If you create site file: # ./configure --option=site Otherwith: # ./configure # make # /opt/score/install/setup -score_server If you install Omni/OpenMP compiler: # /opt/score/install/setup -omniIf 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 don't extract there packages tar files.
![]() |
PC Cluster Consortium |