Home
last modified time | relevance | path

Searched refs:rank (Results 1 – 15 of 15) sorted by relevance

/phasta/phSolver/common/test/
H A DphIOreaddatablock.cc11 int rank; in main() local
12 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
37 fprintf(stderr, "%d %s len %d\n", rank, __func__, len[i]); in main()
43 if(!rank) in main()
47 if(!rank && match) in main()
49 if(!rank && !match) { in main()
58 if(!rank && match) in main()
60 if(!rank && !match) { in main()
H A DphIOreadheader.cc11 int rank; in main() local
12 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
38 if(!rank && match) in main()
40 if(!rank && !match) in main()
H A DphIOwrite.cc11 int rank; in main() local
12 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
48 if(!rank && match) in main()
50 if(!rank && !match) in main()
H A DphIOwriteReadZeroSz.cc15 int rank; in main() local
16 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
41 if(!rank) fprintf(stderr, "%s\n", modes[i]); in main()
53 if(!rank) fprintf(stderr, "%s\n", modes[i]); in main()
H A DphIOwriteFields.cc15 int rank; in main() local
16 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
44 if(!rank) fprintf(stderr, "%s\n", modes[i]); in main()
62 if(!rank) fprintf(stderr, "%s\n", modes[i]); in main()
H A DphIOread.f13 integer :: rank, ierror, two, nfiles variable
23 call MPI_Comm_rank(MPI_COMM_WORLD, rank, ierror)
54 write (*,*) 'rank ncoords', rank, ncoords
60 write (*,*) 'rank coordinate mismatch i,j', rank, i, j
H A DphIOposixMultiTopo.cc12 int rank; in main() local
13 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
H A DphIOwrite.f8 integer, target :: rank, ierror, one, ppf, peers, fish, nfiles variable
16 call MPI_Comm_rank(MPI_COMM_WORLD, rank, ierror)
/phasta/checkphasta/
H A Dcheckphasta.cpp27 int nump, int rank, int timestep, int nSyncFiles, char* casedir);
35 int rank; in main() local
39 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
69 if(rank == 0) in main()
74 size, rank, 0, numSyncFiles, "./"); in main()
91 if(rank == 0) printf("Maximum difference across all timesteps: %e\n", in main()
98 int rank; in compare_solution() local
99 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in compare_solution()
106 nump, rank, timestep, nSyncFiles, lpath); in compare_solution()
108 nump, rank, timestep, nSyncFiles, rpath); in compare_solution()
[all …]
/phasta/phSolver/common/
H A Dcycle_count.c46 int rank; in cycle_count_print() local
47 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in cycle_count_print()
50 if(rank == 0) in cycle_count_print()
H A Dget_time.c21 int rank; in get_max_time_diff() local
22 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in get_max_time_diff()
36 if(rank == 0) in get_max_time_diff()
H A DphIO.cc20 int rank = 0; in isRankZero() local
21 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in isRankZero()
22 return !rank; in isRankZero()
H A Dinput.config172 # probe 1 will be treated by rank (numpe-1)
173 # probe 2 will be treated by rank (numpe-1)-1
174 # probe 3 will be treated by rank (numpe-1)-2
176 # probe 1 will be treated by rank (numpe-1)
177 # probe 2 will be treated by rank (numpe-1)-1*(4*16) on another node
178 # probe 3 will be treated by rank (numpe-1)-2*(4*16) on another node
/phasta/phSolver/AMG/
H A Damgread.txt81 it. For all interior node, the "group id" is the rank of the local
82 processor. For a boundary node, if it is a "master", the rank of it is
83 the neighbour rank; if it is a "slave", the rank of it is the negative
84 of the neighbour rank. (see ramg_initbcflag in ramg_paratools.f). This
/phasta/phastaIO/
H A DphastaIO.cc83 int rank = 0; in phprintf_0() local
84 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in phprintf_0()
85 if(rank == 0){ in phprintf_0()
531 int rank = 0; in computeMHSize() local
532 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in computeMHSize()
533 if(!rank) { in computeMHSize()