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),