TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

ipython kernel crashes in the QMC #31

Closed parcollet closed 12 years ago

parcollet commented 12 years ago

Try the simple DMFT test : program runs, but kernel crashes. It is due to signal handling, or mpi ??

mferrero commented 12 years ago

The notebook has a heartbeat system to figure out if the kernel is alive. It basically sends a request to the kernel every n seconds and waits for an answer. If there's no answer it tells that the kernel is dead even if it might actually be alive but busy on some calculation. An easy way out is to put longer intervals with --MappingKernelManager.time_to_dead=100. I will fix this.