fixed typo in usage msg
This commit is contained in:
parent
99963ca1dd
commit
4d01e826c5
|
@ -0,0 +1,12 @@
|
||||||
|
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/variables
|
||||||
|
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/rules
|
||||||
|
|
||||||
|
|
||||||
|
run16x16x16:
|
||||||
|
-@${MPIEXEC} -n 2 DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom
|
||||||
|
|
||||||
|
run32x32x32:
|
||||||
|
-@${MPIEXEC} -n 4 DAMASK_spectral -l tensionX.load -g 20grains32x32x32.geom
|
||||||
|
|
||||||
|
run64x64x64:
|
||||||
|
-@${MPIEXEC} -n 8 DAMASK_spectral -l tensionX.load -g 20grains64x64x64.geom
|
|
@ -107,7 +107,7 @@ parser.add_option('-p',
|
||||||
parser.add_option('--nodal',
|
parser.add_option('--nodal',
|
||||||
dest = 'nodal',
|
dest = 'nodal',
|
||||||
action = 'store_true',
|
action = 'store_true',
|
||||||
help = 'output nodal (instad of cell-centered) displacements')
|
help = 'output nodal (instead of cell-centered) displacements')
|
||||||
|
|
||||||
parser.set_defaults(defgrad = 'f',
|
parser.set_defaults(defgrad = 'f',
|
||||||
pos = 'pos',
|
pos = 'pos',
|
||||||
|
|
Loading…
Reference in New Issue