Intel® Fortran Compiler XE 13.1 User and Reference Guides
Specifies the name of a Message Passing Interface (MPI) configuration file.
Windows: Language > MPI Configuration File
Linux: None
OS X: None
IA-32, Intel® 64 architecture
Linux: | -coarray-config-file=filename |
OS X: | None |
Windows: | /Qcoarray-config-file:filename |
Is the name of the MPI configuration file. You can specify a path.
OFF |
When coarrays are enabled, the compiler uses default settings for MPI. |
This option specifies the name of a Message Passing Interface (MPI) configuration file. This file is used by the compiler when coarrays are processed; it configures the MPI for multi-node operations.
This option has no affect unless you also specify option -coarray (Linux* OS) or /Qcoarray (Windows* OS), which is required to create the coarray executable.
Note that when a setting is specified in environment variable FOR_COARRAY_CONFIG_FILE, it overrides the compiler option setting.
None