Timeout variables

Environment variables for handling timeouts.

Variable Description
ALLINEA_NO_TIMEOUT Do not time out if nodes do not connect after a specified length of time. This might be necessary if the MPI subsystem takes unusually long to start processes.
ALLINEA_PROCESS_TIMEOUT Length of time (ms) to wait for a process to connect to the front end.
ALLINEA_MPI_FINALIZE_TIMEOUT_MS Length of time (ms) to wait for MPI_Finalize to end, and the program to exit. The default is 300000 (5 minutes). 0 waits forever.