- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I seem to remember a discussion that the current ifort release supports coarray fortran. Are there special steps one needs to take to install/setup the compiler for use on a distributed shared memory machine? Does this require a certain type of license?
thanks
-Z
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Z,
Yes, unfortunately you will need a license for Intel Cluster Studio to use distributed memory CAF. Only shared-memory, single-system CAF is supported by the license in the standard compiler product.
There is no runtime check, however. the option -coarray=distributed checks the license for a valid Cluster Studio license at compile time.
distributed requires you use Intel MPI, so that must be installed and working on the cluster prior to CAF use.
ron
Yes, unfortunately you will need a license for Intel Cluster Studio to use distributed memory CAF. Only shared-memory, single-system CAF is supported by the license in the standard compiler product.
There is no runtime check, however. the option -coarray=distributed checks the license for a valid Cluster Studio license at compile time.
distributed requires you use Intel MPI, so that must be installed and working on the cluster prior to CAF use.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A minor correction - the license required is for Intel Cluster Toolkit. Intel Cluster Studio includes this, but it can be purchased separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the info. I'll discuss w/ the people who make these decisions.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page