We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running dpholdio using optimistic schedule will result in very few events and no actual work being done.
mpirun -np 2 ./dpholdio --end=100 --io-files=1 --synch=3 --lookahead=.05 --nlp=32 --nkp=2 --io-store=1 --buddy-size=16 --start-events=16 --extramem=1000
generates only 2 events while the same call under --synch=2 will do a full workload of 102266 events.
The text was updated successfully, but these errors were encountered:
Just realized this may just have to do with rio not supporting optimistic mode yet.
Sorry, something went wrong.
RIO should fully support optimistic mode... I'm not sure why this is happening.
No branches or pull requests
Running dpholdio using optimistic schedule will result in very few events and no actual work being done.
mpirun -np 2 ./dpholdio --end=100 --io-files=1 --synch=3 --lookahead=.05 --nlp=32 --nkp=2 --io-store=1 --buddy-size=16 --start-events=16 --extramem=1000
generates only 2 events while the same call under --synch=2 will do a full workload of 102266 events.
The text was updated successfully, but these errors were encountered: