Skip to content
Snippets Groups Projects
Commit 5a0b8278 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

finalize script

in fact, remove FluidConvert option, since I don't really need the
functionality.
parent 5e1b3aef
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ def main(): ...@@ -41,7 +41,6 @@ def main():
parser.add_argument( parser.add_argument(
'base_class', 'base_class',
choices = ['NavierStokes', choices = ['NavierStokes',
'FluidConvert',
'FluidResize'], 'FluidResize'],
type = str) type = str)
# first option is the choice of base class or -h or -v # first option is the choice of base class or -h or -v
......
(B) compute z polynomials only when needed @optimization +v1.0 (B) compute z polynomials only when needed @optimization
(B) read https://www.xsede.org/documents/271087/369161/ExtScale-Koziol.pdf @optimization @HDF5 +I/O (B) read https://www.xsede.org/documents/271087/369161/ExtScale-Koziol.pdf @optimization @HDF5 +I/O
(B) set up mechanism for adding in new PDEs @design +v2.0 +alternate_algorithms (B) set up mechanism for adding in new PDEs @design +v2.0 +alternate_algorithms
(B) tweak HDF5 settings @optimization @HDF5 +I/O (B) tweak HDF5 settings @optimization @HDF5 +I/O
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment