-
- Downloads
Merge branch 'cmd-line-parameters' into 'master'
Add -P command-line option to overwrite or add program parameters So you can run commands like: ``` ../swift -s -t 4 -PTimeIntegration:time_end:1 -PDomainDecomposition:repartition_type:edge_weights sodShock.yml ``` and avoid editing the YML file. These parameters will overwrite any values already read from the YML file or added new parameters as necessary. See merge request !353
Showing
- README 26 additions, 24 deletionsREADME
- examples/main.c 40 additions, 25 deletionsexamples/main.c
- src/parser.c 58 additions, 1 deletionsrc/parser.c
- src/parser.h 2 additions, 0 deletionssrc/parser.h
- src/potential/disc_patch/potential.h 3 additions, 2 deletionssrc/potential/disc_patch/potential.h
Loading
Please register or sign in to comment