SCore System Re-Compilation and Installation from Source

  1. SCore Source Extraction
    If you have not extracted the source files, read the Source Module Extraction page.

  2. Customization

    To customize the SCore system, you may edit the following three files:

  3. Create the SCore Core executable images
    Issue the following commands:
    	# cd /opt/score/src/score-4.2.core
    	# make clean
    	# ./Configure
    	# make
    	# make install
    
  4. Create the Other modules executable images
    If you want to use extract modules, issue the following commands:
    	# export PATH=/opt/score/bin:$PATH
    	# cd /opt/score/src/score-4.2.modules
    	# Make clean
    	# Make
    	# Make install
    
    If 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.
If you have already install the SCore system software using the binary rpms, the following device files were already created. Otherwise, you have to follow the following description.
  1. Server Host
    To set up the configuration files and daemons, read the SCore System Installation on Server other than Red Hat and SuSE page.

  2. Compute Hosts
    Please read the following documents:
    1. Standard Linux Modifications
    2. SCore System Installation on Compute Hosts other than Red Hat and Suse