Opened 12 years ago
Closed 12 years ago
#1202 closed Enhancement (wontfix)
[PATCH] Enhancing the sample_work_generator
Reported by: | Christian Beer | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Server - Other | Version: | |
Keywords: | sample_work_generator, create_work, patch | Cc: |
Description
This enhancement adds an --input_dir option to swg. It uses files from a specified directory as input files for example_app. This can be used to establish an easy workflow for work generation.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | sample_work_generator.cpp.diff added |
---|
comment:1 Changed 12 years ago by
Keywords: | patch added |
---|---|
Summary: | Enhancing the sample_work_generator → [PATCH] Enhancing the sample_work_generator |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I'm not going to check this in because the goal of sample_work_generator is to provide the simplest possible example of throughput-oriented job creation. Maybe this code (to scan the files in a directory) could be put on the wiki somewhere.