yade:mpi

Last commit made on 2019-06-21
Get this branch:
git clone -b mpi https://git.launchpad.net/yade

Branch merges

Branch information

Name:
mpi
Repository:
lp:yade

Recent commits

1d0b427... by Deepak

fix my mistake (accidental erase of reqs=[[req[0]] for req in reqs] in copybody algorithm -->

95b9227... by Deepak

send bodies after 1st mergesplit : (sending bodies from master are optional), avoids scene broadcast for each split and prevents memory leak, thanks to copyBodyalgorithm.

2d49145... by Bruno Chareyre <email address hidden>

increase frequency of Iprobe and time the sendCommand() function

f41a8ea... by Bruno Chareyre <email address hidden>

a function sending commands to mpi workers and getting returned values

ca80142... by Bruno Chareyre <email address hidden>

demonstrate getting stuff from workers interactively

0da0855... by Bruno Chareyre <email address hidden>

remove irrelevant comment in mpi example scripts

50fc1db... by Bruno Chareyre <email address hidden>

a simple script which runs interactively or not without calling the initialize()

664ebf2... by Bruno Chareyre <email address hidden>

mpy.initialize() takes no argument and is no longer mandatory for interactive execution

7b5c072... by Bruno Chareyre <email address hidden>

MPI.Finalize after script execution

1d5d643... by Bruno Chareyre <email address hidden>

USE_CPP in interactive case