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

OneAPI redistributables for a coarray Fortran program

Jon_D
New Contributor I
559 Views

I have a coarray Fortran program that I need to send out to several folks. Pre-oneAPI, I was able to download the redistributable library package for the Fortran Parallel Studio XE compiler version that I had used and send it along with my program.

With oneAPI, I see runtime libraries (I am using the Fortran classic compiler) for download instead of redistributable libraries. Are oneAPI runtime libraries the same as the redistributable libraries that I need to have the coarray Fortran to run on another computer?

Thanks for any help.

Jon

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
539 Views

Yes, different name for the same thing.

View solution in original post

1 Reply
Steve_Lionel
Honored Contributor III
540 Views

Yes, different name for the same thing.

Reply