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

ifc on redhat

tmsi
Beginner
317 Views
i am testing aopenmp Fortran program and running it ontwo dual cpusystems.
On aSUN Blade machine, i compile the program with Forte Developer 6.2andparallel program runsmuch faster than serial one.
On a Linux machine, i compile the program with ifc compiler, but theparallelprogramtakes almost the same time to run astheserialprogram.
What could run wrong?
0 Kudos
1 Reply
TimP
Honored Contributor III
317 Views
You aren't giving much information to go on. If you have a standard OpenMP program, it should be sufficient to set the ifc -openmp option for compile and link. There are openmp report options to give compile time information on success or failure of OpenMP parallelization. If you have specific red hat version problems, you would have to give more details. ifc -openmp has worked very well on red hat 7.3 and 8.0.
0 Kudos
Reply