Skip to content

Commit

Permalink
remove a print
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotred committed Mar 28, 2023
1 parent 70d88dd commit 89a7ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util_lib/util_constraints_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Constraint_list *produce_list ( Constraint_list *CL, Sequence *S, char * metho
njob=queue2n(job)+1;

nproc=get_nproc();
HERE ("CL->multi_thread=%s", CL->multi_thread);

if (strstr ( CL->multi_thread, "jobcells"))return fork_cell_produce_list (CL, S, method, weight, mem_mode,job,nproc,local_stderr);
else if (strstr ( CL->multi_thread, "joblines"))return fork_line_produce_list (CL, S, method, weight, mem_mode,job, nproc,local_stderr);
else if (strstr ( CL->multi_thread, "jobs"))return fork_subset_produce_list (CL, S, method, weight, mem_mode,job, nproc,local_stderr); //Recommended default
Expand Down

0 comments on commit 89a7ba8

Please sign in to comment.