Skip to content
Snippets Groups Projects
Commit b6f04b60 authored by Morris Jette's avatar Morris Jette
Browse files

Cray - Fix for srun allocation+step launch with hostlist

parent 2fdebcef
No related branches found
No related tags found
No related merge requests found
......@@ -815,7 +815,8 @@ _job_create_structure(allocation_info_t *ainfo)
#endif
}
#elif defined HAVE_FRONT_END /* Limited job step support */
#elif defined HAVE_FRONT_END && !defined HAVE_CRAY
/* Limited job step support */
opt.overcommit = true;
job->nhosts = 1;
#else
......
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