We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfe1f19 + a3a0c8c commit 948e143Copy full SHA for 948e143
shared/CMakeLists.txt
@@ -33,6 +33,7 @@ set (srcs
33
MAPL_CF_Time.F90
34
MAPL_ESMF_InfoKeys.F90
35
StringDictionary.F90
36
+ Partition.F90
37
# Fortran submodules
38
Interp/Interp.F90 Interp/Interp_implementation.F90
39
Shmem/Shmem.F90 Shmem/Shmem_implementation.F90
shared/tests/CMakeLists.txt
@@ -10,6 +10,7 @@ set (test_srcs
10
test_MAPL_DateTime_Parsing.pf
11
test_MAPL_CF_Time.pf
12
test_OS.pf
13
+ Test_Partition.pf
14
)
15
16
0 commit comments