Skip to content

Commit

Permalink
(#220) Documentation of JobManager::submitJob()
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Aug 15, 2021
1 parent 73d9f9f commit 0545500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wrench/managers/JobManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ namespace wrench {
* - to a BatchComputeService: {{"-t":"<int>" (requested number of minutes)},{"-N":"<int>" (number of requested hosts)},{"-c":"<int>" (number of requested cores per host)}[,{"-u":"<string>" (username)}]}
* - to a VirtualizedClusterComputeService: {} (jobs should not be submitted directly to the service)}
* - to a CloudComputeService: {} (jobs should not be submitted directly to the service)}
* - to a HTCondorComputeService:
* - For a "grid universe" job that will be submitted to a child BatchComputeService: {{"universe":"grid", {"-t":"<int>" (requested number of minutes)},{"-N":"<int>" (number of requested hosts)},{"-c":"<int>" (number of requested cores per host)}[,{"-service":"<string>" (batch service name)}, {"-u":"<string>" (username)}]}
* - For a "non-grid universe" job that will be submitted to a child BareMetalComputeService: {}
*
*
* @throw std::invalid_argument
* @throw WorkflowExecutionException
Expand Down

0 comments on commit 0545500

Please sign in to comment.