Merge branch 'development' into miscImprovements
This commit is contained in:
commit
136d01cdfc
|
@ -158,7 +158,8 @@ module math
|
||||||
math_areaTriangle, &
|
math_areaTriangle, &
|
||||||
math_rotate_forward33, &
|
math_rotate_forward33, &
|
||||||
math_rotate_backward33, &
|
math_rotate_backward33, &
|
||||||
math_rotate_forward3333
|
math_rotate_forward3333, &
|
||||||
|
math_limit
|
||||||
private :: &
|
private :: &
|
||||||
math_partition, &
|
math_partition, &
|
||||||
halton, &
|
halton, &
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue