The following commands are available in the cross compiler environment:
|
sxc++ |
C++ und C compiler |
|
sxf90 |
Fortran90 compiler |
|
sxld |
Linker |
|
sxar |
ar archiver |
|
sxmake |
replaces make if sxar is used (update of libraries, headerformat!) |
|
sxgmake |
replaces gmake |
|
sxmpic++ |
MPI C und MPI C++ (MPI: Message Passing Interface) |
|
sxmpif90 |
MPI Fortran90 |
|
psuite |
Integrated development environment "psuite" |
Some environment variables need to be set for correct operation of the cross compiler. DKRZ provides the command
module load cross-compiler
which initializes the complete cross compile environment.