Skip to content

Commit

Permalink
completely remove omp_wait_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Licho1 committed Feb 7, 2015
1 parent fa08219 commit 763067d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Shared/LobbyClient/Spring.cs
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,6 @@ public class Spring


arg.Add(string.Format("--config \"{0}\"", paths.GetSpringConfigPath()));
if (Environment.GetEnvironmentVariable("OMP_WAIT_POLICY") == null)
{
process.StartInfo.EnvironmentVariables["OMP_WAIT_POLICY"] = "ACTIVE";
}

if (useSafeMode) arg.Add("--safemode");
arg.Add(string.Format("\"{0}\"", scriptPath));
//Trace.TraceInformation("{0} {1}", process.StartInfo.FileName, process.StartInfo.Arguments);
Expand Down

1 comment on commit 763067d

@cleanrock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove this in Benchmarker/SpringRun.cs also.
Btw, i think it is a good move of you to remove this completely, i did not dare to do this.

Please sign in to comment.