Skip to content

Commit 6f4f990

Browse files
author
Damian Rouson
authored
Merge pull request #20 from everythingfunctional/compile-with-nag
Write all needed collective subroutines
2 parents ccecba2 + 85baf1c commit 6f4f990

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
@@ -9,7 +9,7 @@ copyright = "2020 Sourcery Institute"
99
assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.0.0"}
1010

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

1414
[[test]]
1515
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 assert_m, only : assert
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)