Home
last modified time | relevance | path

Searched refs:toterrs (Results 1 – 25 of 147) sorted by relevance

123456

/dports/net/mpich/mpich-3.4.3/test/mpi/f77/profile/
H A Dprofile1f.f9 integer smsg(3), rmsg(3), toterrs, wsize, wrank
13 toterrs = 0
26 toterrs = toterrs + 1
32 toterrs = 0
35 toterrs = toterrs + 1
39 toterrs = toterrs + 1
44 toterrs = toterrs + 1
48 toterrs = toterrs + 1
53 call mtest_finalize( toterrs )
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/profile/
H A Dprofile1f90.f9010 integer smsg(3), rmsg(3), toterrs, wsize, wrank variable
14 toterrs = 0
27 toterrs = toterrs + 1
33 toterrs = 0
36 toterrs = toterrs + 1
40 toterrs = toterrs + 1
45 toterrs = toterrs + 1
49 toterrs = toterrs + 1
54 call mtest_finalize( toterrs )
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/profile/
H A Dprofile1f90.f909 integer smsg(3), rmsg(3), toterrs, wsize, wrank variable
13 toterrs = 0
26 toterrs = toterrs + 1
32 toterrs = 0
35 toterrs = toterrs + 1
39 toterrs = toterrs + 1
44 toterrs = toterrs + 1
48 toterrs = toterrs + 1
53 call mtest_finalize( toterrs )
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dlockcontention2.c46 static int toterrs = 0; variable
161 toterrs += testValues(NBLOCK, NELM, wsize, in main()
192 toterrs++; in main()
198 toterrs++; in main()
199 if (toterrs < MAX_ERRS_REPORT) { in main()
223 toterrs++; in main()
224 if (toterrs < MAX_ERRS_REPORT) { in main()
248 toterrs++; in main()
249 if (toterrs < MAX_ERRS_REPORT) { in main()
264 MTest_Finalize(toterrs); in main()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dlockcontention2.c46 static int toterrs = 0; variable
204 toterrs++; in main()
205 if (toterrs < MAX_ERRS_REPORT) { in main()
212 toterrs++; in main()
213 if (toterrs < MAX_ERRS_REPORT) { in main()
238 toterrs++; in main()
239 if (toterrs < MAX_ERRS_REPORT) { in main()
266 toterrs++; in main()
267 if (toterrs < MAX_ERRS_REPORT) { in main()
283 MTest_Finalize(toterrs); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/ft/
H A Dmulti_isendalive.c18 int rank, size, errs, toterrs = 0; in main() local
40 toterrs += errs; in main()
49 toterrs += errs; in main()
62 toterrs += errs; in main()
71 toterrs += errs; in main()
85 return MTestReturnValue(toterrs); in main()
H A Direcvdead.c19 int rank, size, err, errclass, toterrs = 0;; in main() local
40 toterrs++; in main()
52 toterrs++; in main()
60 toterrs++; in main()
67 return MTestReturnValue(toterrs); in main()
H A Drecvdead.c19 int rank, size, err, errclass, toterrs = 0; in main() local
45 toterrs++; in main()
53 toterrs++; in main()
60 return MTestReturnValue(toterrs); in main()
H A Disenddead.c18 int rank, size, err, errclass, toterrs = 0; in main() local
39 toterrs++; in main()
48 toterrs++; in main()
61 return MTestReturnValue(toterrs); in main()
H A Dsenddead.c18 int rank, size, err, errclass, toterrs = 0; in main() local
41 toterrs++; in main()
50 toterrs++; in main()
63 return MTestReturnValue(toterrs); in main()
/dports/net/mpich2/mpich2-1.5/test/commands/
H A Dcheckenv1.c14 int errs = 0, toterrs; in main() local
36 MPI_Reduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD ); in main()
38 if (toterrs == 0) { in main()
42 printf( " Found %d errors\n", toterrs ); in main()
/dports/net/mpich/mpich-3.4.3/test/commands/
H A Dcheckenv1.c14 int errs = 0, toterrs; in main() local
35 MPI_Reduce(&errs, &toterrs, 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD); in main()
37 if (toterrs == 0) { in main()
40 printf(" Found %d errors\n", toterrs); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/f77/rma/
H A Dc2f2cwinf.f11 integer errs, toterrs, ierr
41 call mpi_allreduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM,
44 if (toterrs .eq. 0) then
47 print *, ' Found ', toterrs, ' errors'
/dports/net/mpich2/mpich2-1.5/test/mpi/f90/rma/
H A Dc2f2cwinf90.f9011 integer errs, toterrs, ierr variable
42 call mpi_allreduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM, &
45 if (toterrs .eq. 0) then
48 print *, ' Found ', toterrs, ' errors'
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/rma/
H A Dc2f2cwinf08.f9012 integer errs, toterrs, ierr variable
44 call mpi_allreduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM, &
47 if (toterrs .eq. 0) then
50 print *, ' Found ', toterrs, ' errors'
/dports/net/mpich2/mpich2-1.5/test/mpi/pt2pt/
H A Dwaitany-null.c21 int i, err, errs = 0, rank, toterrs; in main() local
55 MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD ); in main()
57 if (toterrs) { in main()
58 fprintf(stderr, " Found %d errors\n", toterrs); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/f77/io/
H A Dc2f2ciof.f10 integer errs, toterrs, ierr variable
48 call mpi_allreduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM,
51 if (toterrs .eq. 0) then
54 print *, ' Found ', toterrs, ' errors'
/dports/net/mpich2/mpich2-1.5/test/mpi/f90/io/
H A Dc2f2ciof90.f9010 integer errs, toterrs, ierr variable
48 call mpi_allreduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM, &
51 if (toterrs .eq. 0) then
54 print *, ' Found ', toterrs, ' errors'
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/io/
H A Dc2f2ciof90.f909 integer errs, toterrs, ierr variable
50 call mpi_allreduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM, &
53 if (toterrs .eq. 0) then
56 print *, ' Found ', toterrs, ' errors'
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/test/
H A Dexcl.c17 int errs=0, toterrs; in main() local
71 MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD ); in main()
73 if( toterrs > 0) { in main()
74 fprintf( stderr, "Found %d errors\n", toterrs ); in main()
H A Dstatus.c19 int errs=0, toterrs; in main() local
78 MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD ); in main()
80 if( toterrs > 0) { in main()
81 fprintf( stderr, "Found %d errors\n", toterrs ); in main()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/test/
H A Dexcl.c17 int errs=0, toterrs; in main() local
71 MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD ); in main()
73 if( toterrs > 0) { in main()
74 fprintf( stderr, "Found %d errors\n", toterrs ); in main()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/test/
H A Dexcl.c17 int errs=0, toterrs; in main() local
71 MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD ); in main()
73 if( toterrs > 0) { in main()
74 fprintf( stderr, "Found %d errors\n", toterrs ); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/errors/cxx/io/
H A Dfileerrretx.cxx39 int errs = 0, toterrs, rank; in main() local
90 MPI::COMM_WORLD.Allreduce( &errs, &toterrs, 1, MPI::INT, MPI::SUM ); in main()
92 if (toterrs == 0) { in main()
96 cout << " Saw " << toterrs << " errors" << endl; in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/f90/datatype/
H A Dstructf.f9028 integer errs, toterrs variable
101 call mpi_reduce( errs, toterrs, 1, MPI_INTEGER, MPI_SUM, 0, &
104 if (toterrs .eq. 0) then
107 print *, " Found ", toterrs, " errors"

123456