https://github.com/geodynamics/citcoms
Raw File
Tip revision: 0473ed5e226f2a1bc702fb1c6f1210ee721ddc33 authored by Rene Gassmoeller on 03 November 2022, 16:37:30 UTC
Merge pull request #10 from ljhwang/patch-1
Tip revision: 0473ed5
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