|
Intel C++ Compiler on Redwood at MCSR
Before you can use the Intel Fotran Compilers (7.1, 8.0, 9.0, and 9.1)
on Redwood you must first load the appropriate Intel compiler module. Then, to compile:
icc myfile.c if using the 8.0, 9.0, or 9.1 compiler, OR
ecc myfile.cpp if using the 7.1 compiler.
With Intel compilers, the invocation syntax is the same regardless of whether your source file is C or C++.
|