| /phasta/phSolver/common/test/ |
| H A D | phIOreaddatablock.cc | 11 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 D | phIOreadheader.cc | 11 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 D | phIOwrite.cc | 11 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 D | phIOwriteReadZeroSz.cc | 15 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 D | phIOwriteFields.cc | 15 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 D | phIOread.f | 13 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 D | phIOposixMultiTopo.cc | 12 int rank; in main() local 13 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in main()
|
| H A D | phIOwrite.f | 8 integer, target :: rank, ierror, one, ppf, peers, fish, nfiles variable 16 call MPI_Comm_rank(MPI_COMM_WORLD, rank, ierror)
|
| /phasta/checkphasta/ |
| H A D | checkphasta.cpp | 27 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 D | cycle_count.c | 46 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 D | get_time.c | 21 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 D | phIO.cc | 20 int rank = 0; in isRankZero() local 21 MPI_Comm_rank(MPI_COMM_WORLD, &rank); in isRankZero() 22 return !rank; in isRankZero()
|
| H A D | input.config | 172 # 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 D | amgread.txt | 81 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 D | phastaIO.cc | 83 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()
|