Skip to content

Commit

Permalink
- changed the number of threads to 1, to make Hudson happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther authored and OpenModelica-Hudson committed Jul 2, 2015
1 parent e21d154 commit 4479db0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ compareVars :=
};

setDebugFlags("hpcom"); getErrorString();
setCommandLineOptions("+n=2 +hpcomScheduler=mcp +hpcomCode=openmp"); getErrorString();
setCommandLineOptions("+n=1 +hpcomScheduler=mcp +hpcomCode=openmp"); getErrorString();

runScript(modelTesting);getErrorString();

Expand Down

0 comments on commit 4479db0

Please sign in to comment.