Hi,
I am facing a situation that I need to add multiple tasks to an existing job. I am using HPC command line and HPC powershell. CMD "job add" and powershell "add-hpctask" can do this, but it requires that the command will be executed multiple
times. I wish just one command will be executed.
I found "job new /jobfile:" can create a new job with multiple tasks. But what I would to do is add tasks to an existing job.
Is there any solution to this problem? Thanks in advance!