Re: [mpich-discuss] Is there a way to set timeout to mpi process launch?
Dear Pranav, if it is only about dynamic linking, can't you try to run "mpirun ldd <binary>" first on the binary you want to execute? And if all dependencies are met, you launch the program. On 10/27/2016 01:30 AM, Pranav Ladkat wrote:
Hi,
When I run mpi program on multiple hosts, if executable fails to start on any of the host (due to missing library etc. type of reasons), other hosts just keep waiting for the process to come up. The program just hangs forever. Is there any way to set a timeout in such cases such that MPI should abort if not all processes were launched in a given timeout period?
Thanks, Pranav
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
-- Regards, Maksym Planeta _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Maksym Planeta