We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a8d60 + 52e13ea commit a75b5a8Copy full SHA for a75b5a8
1 file changed
include/language-support.F90
@@ -17,7 +17,7 @@
17
! If not already determined, make a compiler-dependent determination of whether Julienne may use
18
! multi-image features such as `this_image()` and `sync all`.
19
#ifndef HAVE_MULTI_IMAGE_SUPPORT
20
-# if defined(__flang__) || (defined(__INTEL_COMPILER) && (__INTEL_COMPILER < 20250201))
+# if defined(__flang__) || defined(__LFORTRAN__) || (defined(__INTEL_COMPILER) && (__INTEL_COMPILER < 20250201))
21
# define HAVE_MULTI_IMAGE_SUPPORT 0
22
# else
23
# define HAVE_MULTI_IMAGE_SUPPORT 1
0 commit comments