Skip to content

Commit

Permalink
Merge pull request #79 from JustinBonus/mpm
Browse files Browse the repository at this point in the history
remove mpm-public-ls6 artifact
  • Loading branch information
JustinBonus authored Dec 5, 2024
2 parents 920ec2c + 937b032 commit be5eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorkflowAppHydroUQ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ WorkflowAppHydroUQ::setUpForApplicationRun(QString &workingDir, QString &subDir)

// Adding extra job parameters for MPM, already has "driverFile", "errorFile", "inputFile", "outputFile"
QStringList requiredEnvVars = {"publicDirectory", "programFile", "defaultMaxRunTime", "maxRunTime"};
QStringList defaultEnvVars = {"../mpm-public-ls6", "osu_lwf", "1440", "120"};
QStringList defaultEnvVars = {"./", "osu_lwf", "1440", "120"};
for (auto reqVar : requiredEnvVars)
{
if (eventAppData.contains(reqVar))
Expand Down

0 comments on commit be5eb0d

Please sign in to comment.