Skip to content

Commit

Permalink
UTIL: Fix in parser serial to sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
lappazos authored Nov 5, 2023
1 parent 2aba515 commit 0004e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ucc_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void ucc_config_release_uint_ranged(void *ptr, const void *arg);
ucc_config_clone_pipeline_params, \
ucc_config_release_pipeline_params, ucs_config_help_generic, \
"thresh=<memunit>:fragsize=<memunit>:nfrags=" \
"<uint>:pdepth=<uint>:<ordered/parallel/serial>" \
"<uint>:pdepth=<uint>:<ordered/parallel/sequential>" \
}

#endif

0 comments on commit 0004e4e

Please sign in to comment.