1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-16 01:46:43 +00:00

add model_dir & output_dir

This commit is contained in:
2020-09-11 11:12:07 +08:00
parent dd559b06a2
commit c5ff8953b9
5 changed files with 29 additions and 21 deletions

View File

@@ -36,6 +36,8 @@ function job_submit(CRObject $job)
}
$job->set('tasks', $tasks);
$job->set('workspace', $job->get('workspace'));
$job->set('model_dir', $job->get('model_dir'));
$job->set('output_dir', $job->get('output_dir'));
$job->set('group', $job->get('virtual_cluster'));
$job->set('priority', $job->getInt('priority'));
$job->set('locality', $job->getInt('locality'));