Skip to content

Commit a75b5a8

Browse files
authored
Merge pull request #172 from certik/lf4
Use "HAVE_MULTI_IMAGE_SUPPORT 0" for LFortran
2 parents e9a8d60 + 52e13ea commit a75b5a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/language-support.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
! If not already determined, make a compiler-dependent determination of whether Julienne may use
1818
! multi-image features such as `this_image()` and `sync all`.
1919
#ifndef HAVE_MULTI_IMAGE_SUPPORT
20-
# if defined(__flang__) || (defined(__INTEL_COMPILER) && (__INTEL_COMPILER < 20250201))
20+
# if defined(__flang__) || defined(__LFORTRAN__) || (defined(__INTEL_COMPILER) && (__INTEL_COMPILER < 20250201))
2121
# define HAVE_MULTI_IMAGE_SUPPORT 0
2222
# else
2323
# define HAVE_MULTI_IMAGE_SUPPORT 1

0 commit comments

Comments
 (0)