# This file moves the code 'tau_test.f90' to the /tmp directory 
# on disk4, compiles it, and runs it.

# the DNS data file will already be stored in tmp
#rm /fluid/disk4/tmp/katopod/*

cp tau_original_t.f90	/tmp/data/
#cp ~/tau/fourier/lsdata.m	/fluid/disk4/tmp/katopod/
#cp ~/tau/fourier/spect.m	/fluid/disk4/tmp/katopod/

cd /tmp/data

f90 tau_original_t.f90 -lcomplib.sgimath

#writes to ./data
a.out

