Fixed a slurm batch argument identifier.
This commit is contained in:
parent
87b4c66ca8
commit
a4c6f178fe
|
@ -59,7 +59,7 @@ void cmCTestBatchTestHandler::WriteSrunArgs(int test, std::fstream& fout)
|
||||||
this->Properties[test];
|
this->Properties[test];
|
||||||
|
|
||||||
fout << "srun --jobid=" << test << " ";
|
fout << "srun --jobid=" << test << " ";
|
||||||
fout << "J=" << properties->Name << " ";
|
fout << "-J=" << properties->Name << " ";
|
||||||
|
|
||||||
//Write dependency information
|
//Write dependency information
|
||||||
if(this->Tests[test].size() > 0)
|
if(this->Tests[test].size() > 0)
|
||||||
|
|
Loading…
Reference in New Issue