Hi there,
I have been using Intel's Fortran compiler for Windows for a while. The binary produced by the compiler with options OpenMP and MPI needs to be redistributed with several dynamic link libraries, which are impi.dll, libguide40.dll, libiomp5md.dll, and the executable mpiexec.exe.
recently, I begin to compile the same source code using ifort in Mac OS X* (command line: ifort -ip *.f90) and Linux (command line: mpif90 -O2 -ip -ipo -inline-factor=100 -unroll-aggressive -openmp *.f90). What are the redistributables for each OS, and where can I find these redistributables?
Thanks a lot!