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

runtime specification of output/input dirs #8

Open
edoyango opened this issue Feb 15, 2023 · 1 comment
Open

runtime specification of output/input dirs #8

edoyango opened this issue Feb 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@edoyango
Copy link
Owner

output dir is currently hardcoded in param.f90

could be a commandline argument/option.

an input spec would come after the ability to read input files #4

@edoyango edoyango added the enhancement New feature or request label Feb 25, 2023
@edoyango
Copy link
Owner Author

edoyango commented Apr 2, 2023

tried implementing an argument parser with FLAP. Implemented time-step specifications in 98d6eea, but have noticed that using FLAP with nvfortran produces issues - only the first two characters of each command line argument are being recognised.

e.g.,

$ ./a.out -s potato
 ./a.out has been called with the following argument: 
 String = po

Need to look into this a bit more.

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

No branches or pull requests

1 participant