Skip to content
Snippets Groups Projects
Commit b6d0667f authored by Moe Jette's avatar Moe Jette
Browse files

Make poe be it's own checkpoint group, needed for pre-allocation (srun -A).

parent bc43cb89
No related branches found
No related tags found
No related merge requests found
......@@ -777,6 +777,10 @@ static int _run_job_script (job_t *job, env_t *env)
/*
* Child.
*/
#ifdef HAVE_AIX
(void) mkcrid(0);
#endif
log_fini();
sig_unblock_signals();
execvp(argv[0], argv);
exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment