MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / Initialize

Method Initialize

Src/Base/AMReX.cpp:342–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342amrex::AMReX*
343amrex::Initialize (MPI_Comm mpi_comm,
344 std::ostream& a_osout, std::ostream& a_oserr,
345 ErrorHandler a_errhandler, int a_device_id)
346{
347 int argc = 0;
348 char** argv = nullptr;
349 return Initialize(argc, argv, false, mpi_comm, {}, a_osout, a_oserr,
350 a_errhandler, a_device_id);
351}
352
353amrex::AMReX*
354amrex::Initialize (int& argc, char**& argv,

Callers

nothing calls this directly

Calls 15

StartParallelFunction · 0.85
PMI_InitializeFunction · 0.85
CurrentPathFunction · 0.85
PrintClass · 0.85
NProcsPerNodeFunction · 0.85
CuptiInitializeFunction · 0.85
amrex_mempool_initFunction · 0.85
InitRandomFunction · 0.85
BaseFab_InitializeFunction · 0.85
AbortFunction · 0.85
get_max_threadsFunction · 0.85
pushFunction · 0.85

Tested by

no test coverage detected