Skip to content
Snippets Groups Projects
Commit 12fd035c authored by tewk's avatar tewk
Browse files

Added shmem job_step entry cleanup

parent a29c1b19
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ int fan_out_task_launch ( launch_tasks_request_msg_t * launch_msg )
/* can't release if this is the same process as the main daemon ie threads
* this is needed if we use forks
* rel_shmem ( shmem_ptr ) ; */
deallocate_job_step ( curr_job_step ) ;
return SLURM_SUCCESS ;
}
......
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