Function createQuESTEnv

Source
pub unsafe extern "C" fn createQuESTEnv() -> QuESTEnv
Expand description

Create the QuEST execution environment. This should be called only once, and the environment should be freed with destroyQuESTEnv at the end of the user’s code. If something needs to be done to set up the execution environment, such as initializing MPI when running in distributed mode, it is handled here.

@see

  • reportQuESTEnv()
  • destroyQuESTEnv()
  • syncQuESTEnv()

@ingroup type @return object representing the execution environment. A single instance is used for each program @author Ania Brown