Timeout variables
Environment variables for handling timeouts.
- FORGE_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.
- FORGE_PROCESS_TIMEOUT
Length of time (ms) to wait for a process to connect to the front end.
- FORGE_MPI_FINALIZE_TIMEOUT_MS
Length of time (ms) to wait for
MPI_Finalize
to end, and the program to exit. The default is300000
(5 minutes).0
waits forever.