From 4d01e826c5888a602daf8541425136d260dddc38 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 25 Jul 2016 00:46:11 -0400 Subject: [PATCH] fixed typo in usage msg --- examples/SpectralMethod/Makefile | 12 ++++++++++++ processing/post/addDisplacement.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 examples/SpectralMethod/Makefile diff --git a/examples/SpectralMethod/Makefile b/examples/SpectralMethod/Makefile new file mode 100644 index 000000000..3abb88f89 --- /dev/null +++ b/examples/SpectralMethod/Makefile @@ -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 diff --git a/processing/post/addDisplacement.py b/processing/post/addDisplacement.py index 2be5dcc21..a791a0e84 100755 --- a/processing/post/addDisplacement.py +++ b/processing/post/addDisplacement.py @@ -107,7 +107,7 @@ parser.add_option('-p', parser.add_option('--nodal', dest = 'nodal', action = 'store_true', - help = 'output nodal (instad of cell-centered) displacements') + help = 'output nodal (instead of cell-centered) displacements') parser.set_defaults(defgrad = 'f', pos = 'pos',