Fixed a slurm batch argument identifier.

This commit is contained in:
Zach Mullen 2009-09-21 14:58:30 -04:00
parent 87b4c66ca8
commit a4c6f178fe
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void cmCTestBatchTestHandler::WriteSrunArgs(int test, std::fstream& fout)
this->Properties[test];
fout << "srun --jobid=" << test << " ";
fout << "J=" << properties->Name << " ";
fout << "-J=" << properties->Name << " ";
//Write dependency information
if(this->Tests[test].size() > 0)