File tree Expand file tree Collapse file tree 6 files changed +24
-1
lines changed Expand file tree Collapse file tree 6 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
caf_compile_executable (allocatable_p2p_event_post allocatable_p2p_event_post.f90 )
2
+ set_target_properties (build_allocatable_p2p_event_post
3
+ PROPERTIES MIN_IMAGES 4
4
+ )
2
5
caf_compile_executable (static_event_post_issue_293 static_event_post_issue_293.f90 )
6
+ set_target_properties (build_static_event_post_issue_293
7
+ PROPERTIES MIN_IMAGES 3
8
+ )
Original file line number Diff line number Diff line change @@ -10,3 +10,12 @@ caf_compile_executable(image_fail_and_status_test_1 image_fail_and_status_test_1
10
10
caf_compile_executable (image_fail_and_get_test_1 image_fail_and_get_test_1.f90 )
11
11
caf_compile_executable (image_fail_and_failed_images_test_1 image_fail_and_failed_images_test_1.f90 )
12
12
caf_compile_executable (image_fail_and_stopped_images_test_1 image_fail_and_stopped_images_test_1.f90 )
13
+ set_target_properties (build_image_fail_test_1
14
+ build_image_fail_and_sync_test_1
15
+ build_image_fail_and_sync_test_2
16
+ build_image_fail_and_sync_test_3
17
+ build_image_fail_and_status_test_1
18
+ build_image_fail_and_get_test_1
19
+ build_image_fail_and_failed_images_test_1
20
+ build_image_fail_and_stopped_images_test_1
21
+ PROPERTIES MIN_IMAGES 3 )
Original file line number Diff line number Diff line change 1
1
caf_compile_executable (initialize_mpi initialize_mpi.F90 )
2
2
caf_compile_executable (register register.f90 )
3
+ set_target_properties (build_register
4
+ PROPERTIES MIN_IMAGES 2 )
3
5
caf_compile_executable (register_vector register_vector.f90 )
4
6
caf_compile_executable (register_alloc_vector register_alloc_vector.f90 )
5
7
caf_compile_executable (allocate_as_barrier allocate_as_barrier.f90 )
6
8
caf_compile_executable (allocate_as_barrier_proc allocate_as_barrier_proc.f90 )
7
9
8
10
if (gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0 ))
9
11
caf_compile_executable (async_comp_alloc async_comp_alloc.f90 )
12
+ set_target_properties (build_async_comp_alloc
13
+ PROPERTIES MIN_IMAGES 2 )
10
14
caf_compile_executable (async_comp_alloc_2 async_comp_alloc_2.f90 )
11
15
caf_compile_executable (register_alloc_comp_1 register_alloc_comp_1.f90 )
12
16
caf_compile_executable (register_alloc_comp_2 register_alloc_comp_2.f90 )
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ caf_compile_executable(get_with_offset_1d get_with_offset_1d.f90)
9
9
caf_compile_executable (whole_get_array whole_get_array.f90 )
10
10
caf_compile_executable (strided_get strided_get.f90 )
11
11
caf_compile_executable (strided_sendget strided_sendget.f90 )
12
+ set_target_properties (build_strided_sendget
13
+ PROPERTIES MIN_IMAGES 3 )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ caf_compile_executable(syncimages2 syncimages2.f90)
4
4
caf_compile_executable (duplicate_syncimages duplicate_syncimages.f90 )
5
5
caf_compile_executable (syncimages_status syncimages_status.f90 )
6
6
caf_compile_executable (sync_image_ring_abort_on_stopped_image sync_image_ring_abort_on_stopped_image.f90 )
7
+ set_target_properties (build_sync_image_ring_abort_on_stopped_image
8
+ PROPERTIES MIN_IMAGES 3 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ program sync_image_ring_abort_on_stopped_image
10
10
11
11
integer :: stat_var = 0
12
12
13
- if (num_images() .lt. 2 ) error stop " Need at least two images to test."
13
+ if (num_images() .lt. 3 ) error stop " Need at least three images to test."
14
14
15
15
associate (me = > this_image())
16
16
if (me == 1 ) then
You can’t perform that action at this time.
0 commit comments