[Paraview] paraview and scripts for time-dependent data

Stephen Wornom Stephen.Wornom at sophia.inria.fr
Mon, 05 Apr 2004 15:33:12 +0200


I have say 200 sets of data each at a different time step. To simplfy
things let's say I have 8 time steps of data. I put the file names in
two input files.

file1.inp
4
'time1.vtk' 
'time2.vtk'
'time3.vtk'
'time4.vtk'

file2.inp
4
'time5.vtk'
'time6.vtk'
'time7.vtk'
'time8.vtk'

I want to process these file using two cpus taking advantage of the fact
that they are independent and can be done in any order.
I want to write a script such that process 0 reads and processes
sequential the four files in file1.inp and processor 1 reads
and processes the four files in file2.inp.

Question is how do I write a script that will do this?
Stephen


-- 
Stephen Wornom                     | Email : Stephen.Wornom at inria.fr
INRIA Centre de Sophia Antipolis   | Phone : (33) 04 92 38 71 79
BP 93,06902 Sophia Antipolis CEDEX | Telex :      97 00 50 F
     France                        | Fax   : (33) 04 92 38 79 80