mv logJER1~ logJER1~~
mv logJER1 logJER1~
mv gbJER1 gbJER1~
mv pbJER1 pbJER1~
mv hJER1 hJER1~
mv aresJER1 aresJER1~
../../bin/sun4/bergman <<%EOI >logJER1&
%end;
(set-heap-size 16000000)
(system "echo Running on $HOST")         
(noncommify) (on pbseries) (on gc) (on errcont)
(load anick)
(setq maxdeg 8)
(on calcbetti) (on onflybetti)
(setq anickresolutionoutputfile "aresJER1")
(setalgoutmode alg)
(setiovars '(a b c d e f))
(ncpbhgroebner "JER1.in" "gbJER1" "pbJER1" "hJER1")
(calculateanickresolutiontolimit (getmaxdeg))
(anickdisplay)
(time)
(interpbacktrace)
(quit)
%EOI
