Changes between Version 25 and Version 26 of WorkGeneration
- Timestamp:
- Mar 30, 2009, 11:33:15 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkGeneration
v25 v26 115 115 }}} 116 116 Mandatory arguments are: 117 - appname name::117 --appname name:: 118 118 application name 119 - wu_name name::119 --wu_name name:: 120 120 workunit name 121 - wu_template filename::121 --wu_template filename:: 122 122 WU template filename relative to project root; usually in templates/ 123 - result_template filename::123 --result_template filename:: 124 124 result template filename, relative to project root; usually in templates/ 125 125 Optional arguments are: 126 - batch n::127 - priority n::126 --batch n:: 127 --priority n:: 128 128 129 129 The following [JobIn job parameters] may be passed in the input template, 130 130 or as command-line arguments to create_work, 131 or not passed at all (defaults will be used) 132 133 -command_line "-flags foo":: 134 -rsc_fpops_est x:: 135 -rsc_fpops_bound x:: 136 -rsc_memory_bound x:: 137 -rsc_disk_bound x:: 138 -delay_bound x:: 139 -min_quorum x:: 140 -target_nresults x:: 141 -max_error_results x:: 142 -max_total_results x:: 143 -max_success_results x:: 144 -opaque N:: 145 -additional_xml 'x':: 146 This can be used to supply, for example, <credit>12.4</credit>. 131 or not passed at all, in which case defaults will be used. 132 133 --command_line "-flags foo":: 134 --rsc_fpops_est x:: FLOPs estimate 135 --rsc_fpops_bound x:: 136 --rsc_memory_bound x:: 137 --rsc_disk_bound x:: 138 --delay_bound x:: 139 --min_quorum x:: 140 --target_nresults x:: 141 --max_error_results x:: 142 --max_total_results x:: 143 --max_success_results x:: 144 --opaque N:: 145 --additional_xml 'x':: This can be used to supply, for example, <credit>12.4</credit>. 147 146 148 147 == Submitting jobs from a C++ program == #cpp-workgen