Skip to content

Commit

Permalink
fixed a lost line
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Feb 22, 2024
1 parent a02f1d0 commit 200e2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aux-level/param-aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ void write_par_hl_thread(FILE *fp, bool verbose){
fprintf(fp, "# from Block 3 are already being input and results from Block 1 are being\n");
fprintf(fp, "# output. Each team can have multiple sub-threads to speed up the work. The\n");
fprintf(fp, "# number of threads to use for each team is given by following parameters.\n");
fprintf(fp, "# Type: Integer. Valid range: [1,...\n");
}
fprintf(fp, "NTHREAD_READ = 8\n");
fprintf(fp, "NTHREAD_COMPUTE = 22\n");
Expand Down

0 comments on commit 200e2bc

Please sign in to comment.