From 53b94ddf59ea4ce283f53931c631de53358b941a Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 27 Jul 2016 20:37:54 +0200 Subject: [PATCH] not needed (hides complexity) --- examples/SpectralMethod/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/SpectralMethod/Makefile diff --git a/examples/SpectralMethod/Makefile b/examples/SpectralMethod/Makefile deleted file mode 100644 index 3abb88f89..000000000 --- a/examples/SpectralMethod/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -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