PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Variables pertaining to MPI. More...
Interfaces and Types | |
type | lock_type |
lock type More... | |
Functions/Subroutines | |
integer function, public | init_lock (lock_loc, wu_tag) |
Initializes a lock. More... | |
integer function, public | dealloc_lock (lock_loc) |
Deallocates a lock. More... | |
Variables | |
type(lock_type), public | hdf5_lock |
HDF5 lock. More... | |
Variables pertaining to MPI.
integer function, public mpi_vars::dealloc_lock | ( | class(lock_type), intent(inout) | lock_loc | ) |
Deallocates a lock.
[in,out] | lock_loc | lock |
Definition at line 133 of file MPI_vars.f90.
integer function, public mpi_vars::init_lock | ( | class(lock_type), intent(inout) | lock_loc, |
integer, intent(in) | wu_tag | ||
) |
Initializes a lock.
[in,out] | lock_loc | lock |
[in] | wu_tag | wakeup tag |
Definition at line 87 of file MPI_vars.f90.
type(lock_type), public mpi_vars::hdf5_lock |
HDF5 lock.
Definition at line 76 of file MPI_vars.f90.