| |
|
|
|
|
SGI Altix UV Programming, Software, and Libraries FAQ |
The -V option displays complete compiler version information.
Use -dumpversion to display the compiler version number only.
This is likely due to the static allocated data or common blocks being over
2GB. Recompile with the flags
-mcmodel=medium -shared-intel
For more details, see:
Avoiding Relocation Errors when Building Applications with Large Global or Static Data on Intel64 Linux.
The MPI implementation on Ember is SGI's Message Passing Toolkit (MPT).
For information on compiling
your MPI program, see NCSA's SGI Altix UV Programming Environment web page.
The GNU compiler suite (gcc) is not in the default environment on the compute
hosts, and the Intel compilers use this. When compiling in
batch, add the following line:
module load gcc
to your batch script to load the gcc environment.
The GNU compiler suite (gcc) is not in the default environment on the compute
hosts, and the Intel compilers use this. When compiling or linking in
batch, add the following line:
module load gcc
to your batch script to load the gcc environment.
|
|
|
|
|