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
In the input file, make sure that the keywords are placed within the parenthesis of the corresponding modules only. For example,
%module blocking_dmc dmc_nstep 60 dmc_nblk 10 dmc_nblkeq 1 dmc_nconf 20 dmc_nconf_new 0 %endmodule
The dmc_nstep should belong to the blocking_dmc module only.
dmc_nstep
blocking_dmc
This needs modifications in the libFDF parser.
The text was updated successfully, but these errors were encountered:
neelravi
No branches or pull requests
In the input file, make sure that the keywords are placed within the parenthesis of the corresponding modules only. For example,
The
dmc_nstep
should belong to theblocking_dmc
module only.This needs modifications in the libFDF parser.
The text was updated successfully, but these errors were encountered: