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

FORKTD ignoring second argument of run #36

Open
artuuuro opened this issue May 21, 2020 · 1 comment
Open

FORKTD ignoring second argument of run #36

artuuuro opened this issue May 21, 2020 · 1 comment

Comments

@artuuuro
Copy link

Simulations with wave_wf = FORKTD give identical results even though second parameter of run is different.

for example:
set wf_dyn FORKTD
set TD_dt 0.001 atomictime
run 1 1
or
run 1 10
would give identical results

in both cases if I grep for etotal it will show only one etotal_int tag per run.

@correaa
Copy link
Member

correaa commented May 21, 2020

That's right, nite_ doesn't seem to be used at all in https://github.com/LLNL/qball/blob/master/src/qball/EhrenSampleStepper.cc , so the value has no effect.

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