Go to the source code of this file.
Namespaces | |
namespace | mpi3d |
Functions | |
def | mpi3d.run (params, comm, lib) |
def | mpi3d.write_output (nprocs, params, times) |
Variables | |
mpi3d.comm = MPI.COMM_WORLD | |
mpi3d.rank = comm.Get_rank() | |
mpi3d.nproc = comm.Get_size() | |
int | mpi3d.err = 1 |
mpi3d.inputname = sys.argv[1] | |
mpi3d.params = read_input(inputname) | |
mpi3d.dm = params[3] | |
mpi3d.dn = params[4] | |
mpi3d.dl = params[5] | |
mpi3d.lib = CDLL(sys.argv[2]) | |
def | mpi3d.avtimei = run(params, comm, lib) |
mpi3d.tbuf = comm.gather(avtimei) | |