File: atomisation.sh

package info (click to toggle)
gerris 20131206%2Bdfsg-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,252 kB
  • sloc: ansic: 66,595; sh: 15,922; f90: 1,513; makefile: 1,150; fortran: 696; python: 493; awk: 104; lisp: 89; xml: 27
file content (5 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (5)
1
2
3
4
5
# split three times and partition on 4 processors
gerris3D -s 3 atomisation.gfs | gerris3D -p2 - > atomisation-s3-p2.gfs

# run the parallel simulation
mpirun -np 4 gerris3D atomisation-s3-p2.gfs < /dev/null