Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29386 Discussions

could different version work together?

mashintel
Beginner
1,072 Views
hi all.
i need to install an intel fortran and mpich2 on my cluster running monte carlo. i use linux. I want to ask if can i use the different version of intel fortran for my cluster? could different version of intel fortran work together?
i have 24 cpu, and half of them was using intel fortran compiler 10.1.015
thank you.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,072 Views

Typically you would need to install the compiler only on the system where the application is built, unless you have linked against the shared object libraries. If you are using shared objects, then the compiler version used to build the application must be the same or earlier as that of the installs on all the compute nodes.
0 Kudos
Reply