# # copy cd and pps #cp $1/cd.cd . #cp $1/*.pp . #cp $1/demeter-input . # to generate a Demeter environment in generated gen-c-k cd generated ln -s ../my.tcl . # to create Imakefile.sample # later Imakefile will be generated differently (earlier) # isthmus.beta isthmus-cd cp Imakefile.sample Imakefile # need new Makefile! gen-make cp main_tcl.C.sample main.C # the isthmus files are still there; just run demeter #isthmus.beta isthmus-propagate *.pp #################################### isthmus-pp *.pp #foreach file (*.pp) # echo $file # isthmus-propagate $file #end echo "isthmus-propagate done" demeter # use the sample main.tcl file to test environment cp main.tcl.sample main.tcl # run