https://github.com/geodynamics/citcoms
Raw File
Tip revision: 7025bcbf590d7408c899f3d8f064ebbcfe5b21a5 authored by Eric Heien on 19 November 2014, 18:16:04 UTC
Add missing file, update version
Tip revision: 7025bcb
run.sh
#!/bin/sh

## Run an ordinary job then restart it. The end result should be the same

../../bin/citcoms tracer.cfg && ../../bin/citcoms tracer.cfg restart.cfg && diff *.tracer.0.5 && diff *.velo.0.5

## clean up
rm yyy.* zzz.* pid*.cfg
back to top