Intel C/C++ and Fortran Compilers

The Intel C/C++ and Fortran Compilers are installed on CTC machines.  Both 32 bit and 64 bit versions are available.  These compilers are highly optimized and should provide excellent performance.

Compilation

  • The compilers can be used either within Visual Studio or at a command prompt to generate executables.  They are integrated with Microsoft Visual Studio. 

Serial codes

Parallel codes

Setup files

These are used to set the environment for compilation at a command prompt.

  • C/C++
    • 32 bit: call setup_intelc32.bat
    • 64 bit: call setup_intelc64.bat
  • Fortran
    • 32 bit: call setup_intelf32.bat
    • 64 bit: call setup_intelf64.bat

Help

  • If you have any questions, please send electronic mail to consult or call (607) 254-8686 and press 2 to speak to a consultant.

Documentation

  • CTC Login machines: Navigate Start | All Programs | Intel Software Development Tools | {Intel C++ Compiler 9.1 | Intel Fortran Compiler 9.1} | Documentation
  • Intel: Intel Compilers For Windows