COMPILER_SCRIPT(5)
FILE FORMATS
COMPILER_SCRIPT(5)
NAME
compiler_script - SCore Compiler script database

DESCRIPTION
scorecc and related compile driver and score_compiler_list read following file to get compiler script information:
(INSTALL_DIR)/etc/compilers/compiler_script
compiler_script file format is as following:
environment script_name=lang...
...

environment is compiler environment name to use
score_compiler_list
-env option.

lang is used by scorecc
and othe script when SCORE_COMPILER_ENV is set.

EXAMPLE
mpi	mpicc=c mpic++=c++ mpif77=f77 mpif90=f90
FILES
(INSTALL_DIR)/etc/compilers/compiler_script

SEE ALSO
scorecc(1), scorec++(1), scoref77(1), scoref90(1), score_compiler_list(8),

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.