To customize the SCore system, you may edit the following three files:
If you want to use optional compilers, Please read Providing Optional Compilers.
The score
file located under the
/opt/score/src/build/config/
directory.
The score
file defines compile options at
the SCore system compilation time.
/opt/score/src/build/config/
.
Proessor Type | Operating System | File Name |
i386 | TurboLinux | i386-turbo-linux |
i386 | SuSE | i386-suse-linux |
alpha | SuSE | alpha-suse-linux |
i386 | Redhat | i386-redhat-linux |
i386 | Redhat 7.1 | i386-redhat7-linux2_4 |
alpha | Redhat | alpha-redhat-linux |
i386 | NetBSD | i386-unknown-netbsd |
Sparc | SunOS4 | sparc-sun-sunos4 |
Sparc | SunOS5 | sparc-sun-sunos5 |
# cd /opt/score/src/score-4.2.core # make clean # ./Configure # make # make install
# export PATH=/opt/score/bin:$PATH # cd /opt/score/src/score-4.2.modules # Make clean # Make # Make installIf you extract mpich modules under core source (to use ch_score2 device), cd to /opt/score/src/score-4.2.core/score-4.2.mpich instead of /opt/score/src/score-4.2.mpich.