1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48#include "fc_feature_defs.inc"
49PROGRAM test_xmap_dist_dir
51 USE test_xmap_common, ONLY: xmap_self_test_main
52 IMPLICIT NONE
54END PROGRAM test_xmap_dist_dir
55
56
57
58
59
60
61
62
63
Xt_xmap xt_xmap_dist_dir_new(Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist, MPI_Comm comm)