Skip to content

Commit 994b482

Browse files
feat: write all needed collective subroutines
1 parent b533141 commit 994b482

File tree

5 files changed

+812
-11
lines changed

5 files changed

+812
-11
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainer = "[email protected]"
66
copyright = "2020 Sourcery Institute"
77

88
[dev-dependencies]
9-
vegetables = {git = "https://gitlab.com/everythingfunctional/vegetables", tag = "v6.0.1"}
9+
vegetables = {git = "https://gitlab.com/everythingfunctional/vegetables", tag = "v7.2.0"}
1010

1111
[[test]]
1212
name="unit"

src/data-partition-implementation.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
submodule(data_partition_interface) data_partition_implementation
22
use assertions_interface, only : assert, assertions
3+
#ifdef COMPILER_LACKS_COLLECTIVE_SUBROUTINES
4+
use emulated_intrinsics_interface, only: co_sum
5+
#endif
36
implicit none
47

58
logical, parameter :: verbose=.false.

0 commit comments

Comments
 (0)