Home
last modified time | relevance | path

Searched refs:cmdLine (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/
H A Dpetsc_tas_analysis.py916 cmdLine = argparse.ArgumentParser( variable
920 cmdLine.add_argument('-f', '--file', metavar='<filename>',
923 cmdLine.add_argument('-output_base', '--output_base',
926 cmdLine.add_argument(
929 cmdLine.add_argument('-gfs', '--graph_flops_scaling', type=int, default=0, choices=[0, 1],
932cmdLine.add_argument('-d', '--dim', type=int, default=2, help='Specifies the number of dimensions …
935 cmdLine.add_argument('-eg', '--enable_graphs', type=int, default=1, choices=[0, 1],
938 cmdLine.add_argument('-vv', '--view_variance', type=int, default=0, choices=[0, 1],
942cmdLine.add_argument('-p', '--problem', default='NULL', help='Enables searching for the names of f…
946 cmdLine.add_argument('-ts', '--timestep', type=int, default=0, choices=[0, 1],
[all …]