1) take the file grid.file and do the following:

   ../../ml/util/exo2adams < grid.file > ttt
   
   ../../ml/util/coords2rbm

   ../../ml/util/rigid_spread

   If you want binary data, run the following on the target machine:

   mkdir asci; mv rigid_body_mode* asci

   ../../ml/util/az2bin asci/rigid_body_mode1 rigid_body_mode1
             .
             .
             .
   Don't forget to compile both aztec and ml with the binary flag on.

2) take a matrix from Salinas and do the following:

   ../../ml/util/sym2full < salinas.m > temp.dat

   sort -n temp.dat > temp2.dat

   ../../ml/util/capt2_read Nrows < temp2.dat > temp3.dat

   If you want binary data, run the following on the target machine:

   ../../ml/util/az2bin temp3.dat mat.bin
