81 | | * Normally the job file is part of the application version (it's the same between workunits). Alternatively, it can be part of the workunit (e.g. if its command line elements differ between workunits). This requires that you use the same worker program logical names for all platforms. |
82 | | * Files opened directly by a worker program must have the <copy_file/> tag. This requires version 5.5 or higher of the BOINC core client (you can specify this limit at either the [AppVersion application] or [ProjectOptions#Clientcontrol project] level. |
| 81 | * Normally the job file is part of the application version (it's the same between workunits). |
| 82 | Alternatively, it can be part of the workunit (e.g. if its command line elements differ between workunits). |
| 83 | This requires that you use the same worker program logical names for all platforms. |
| 84 | * Files opened directly by a worker program must have the <copy_file/> tag. |
| 85 | This requires version 5.5 or higher of the BOINC core client (you can specify this limit at either the |
| 86 | [AppVersion application] or [ProjectOptions#Clientcontrol project] level. |
84 | | * If you run '''wrapper''' in standalone mode (while debugging), you must provide input files with the proper logical, not physical, names. |
85 | | * The job file may be slightly different for different platforms (i.e. app_versions) due to directory requirements (exec_dir) and environment variables (setenv) required. You will therefore want to make and track different versions for each app_version you are supporting. |
86 | | |
| 88 | * If you run '''wrapper''' in standalone mode (while debugging), |
| 89 | you must provide input files with the proper logical, not physical, names. |
| 90 | * The job file may be slightly different for different platforms (i.e. app_versions) |
| 91 | due to directory requirements (exec_dir) and environment variables (setenv) required. |
| 92 | You will therefore want to make and track different versions for each app_version you are supporting. |