itermax            15 orte/test/mpi/loop_spawn.c     int iter, itermax, err, rank, size;
itermax            21 orte/test/mpi/loop_spawn.c         itermax = atoi(argv[1]);
itermax            23 orte/test/mpi/loop_spawn.c         itermax = 100;
itermax            31 orte/test/mpi/loop_spawn.c     for (iter = 0; iter < itermax; ++iter) {