Skip to content

pyDive.is_initialized? #14

Description

@ax3l

pyDive.init() can not be called twice without throwing an error.

Is there a getter method that allows us to check if pyDive is already initialized?

(E.g. MPI offers an MPI_Initialized( flag ) function)

This can be relevant for non-linear (non-script) workflow as they are common in a ipython notebook.

if not pyDive.is_initialized():
    pyDive.init()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions