When I try to compile a Fortran coarrays program using ifort -coarray=distributed, I get the message:
ifort: warning #10341: argument 'distributed' is not supported for option '-coarray'. Use requires the Intel(R) Cluster Toolkit
However, I have just installed an evaluation copy of Intel Cluster Studio 2013, and I am using the ifort from this installation.
The details of my installation are:
Package ID: l_ics_p_2013.1.039
Package Contents:
Intel(R) Cluster Studio XE 2013 SP1 for Linux* OS
Intel(R) MPI Library, Development Kit 4.1 Update 1
Intel(R) Trace Analyzer and Collector 8.1 Update 3
Intel(R) Fortran Compiler XE 14.0
Intel(R) C++ Compiler XE 14.0
Intel(R) Debugger 13.0
Intel(R) Math Kernel Library 11.1
Intel(R) Integrated Performance Primitives 8.0 Update 1
Intel(R) Threading Building Blocks 4.2
GNU* GDB 7.5
Intel(R) VTune(TM) Amplifier XE 2013 Update 12
Intel(R) Inspector XE 2013 Update 7
Intel(R) Advisor XE 2013 Update 4
Intel(R) MPI Benchmarks 3.2.4
During the installation, I did not install VTune, Inspector, Advisor, or Debugger. Are any of these necessary for it to detect this as a valid "Cluster Toolkit" install, or is there something else I need to do?
Thanks for your help.