HomeSort by relevance Sort by last modified time
    Searched refs:MPI_Init (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/mpi/
mpi_utils.cc 59 MPI_CHECK(MPI_Init(0, 0));
  /external/valgrind/mpi/
mpiwrap_type_test.c 238 since MPI_Init returns int. */
239 walk_type_fn = (void*)(long) MPI_Init( &argc, &argv );
  /external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
mpi_ops.cc 190 // This ensures that MPI_Init is never called twice.
196 // Whether MPI_Init has been completed on the background thread.
199 // Whether MPI_Init succeeded on the background thread.
589 auto init_result = MPI_Init(NULL, NULL);
592 errors::Unknown("Could not initialize MPI; MPI_Init() failed.");
    [all...]
  /external/valgrind/
configure     [all...]

Completed in 462 milliseconds