Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a parameter sweep mode #50

Open
laprej opened this issue Jul 13, 2015 · 1 comment
Open

Add a parameter sweep mode #50

laprej opened this issue Jul 13, 2015 · 1 comment

Comments

@laprej
Copy link
Member

laprej commented Jul 13, 2015

It would be awesome if, given a model, we were able to find optimal batch and gvt interval.

@JohnPJenkins
Copy link

Is ROSS reentrant?

for (batch = 1; batch < 16; batch++) {
  g_tw_batch = batch;
  for (interval = 1; interval < 16; interval++) {
    g_tw_gvt_interval = interval;
    MPI_Barrier();
    clock_gettime(start);
    tw_run();
    clock_gettime(end);
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants