SCORE_COMPILER_LIST(8)
MAINTENANCE COMMANDS
SCORE_COMPILER_LIST(8)
NAME
score_compiler_list - display score backend compiler list

SYNOPSIS
score_compiler_list [-q] [-v] [all] [[-]c] [[-]c++] [[-]f77] [[-]f90]

DESCRIPTION
score_compiler_list prints backend compiler tag and the languages. For example, score_compiler_list output
gnu c c++ f77
gnu1ul f77
kai c++
pgi c f77 f90
This meens you can specify gnu and pgi compiler tag on scorecc and mpicc, and gnu and kai tag on mpc++ and mpic++, and gnu, gnu1ul, and pgi tag on mpif77, and pgi tag on mpif90.

If you specify -v option, score_compiler_list print compiler path as follows:

gnu c:/usr/bin/gcc c++:/usr/bin/g++ f77:/usr/bin/g77
gnu1ul f77:/usr/bin/g77
kai c++:KCC
pgi c:pgcc f77:pgf77 f90:pgf90
If you specify -q option, score_compiler_list print tag only. If you can specify language to limitted the language.

EXAMPLE
% score_compiler_list -q
% score_compiler_list f77

SEE ALSO
compilers(5), scorecc(1), mpc++(1), mpicc(1), mpic++(1), mpif77(1), mpif90(1).

$Id: score_compiler_list.html,v 1.2 2002/02/17 04:25:27 kojima Exp $