69 | | '''command_line''':: command-line arguments to be passed to the worker program. You can use the $NTHREADS macro which will be replaced by the number of threads (or processes for MPI applications) that BOINC is allocating for the application. |
| 69 | '''command_line''':: command-line arguments to be passed to the worker program. |
| 70 | This string is macro-substituted as follows: |
| 71 | * $NTHREADS is replaced with the number of CPUs the client is allocating for this job. |
| 72 | * $GPU_DEVICE_NUM is replaced with the device number of the GPU allocated to this job. |
| 73 | * $PROJECT_DIR is replaced with the path of the project directory. |