[BACK]Return to bench CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097 / lib / restriction

File: [local] / OpenXM / src / k097 / lib / restriction / bench (download)

Revision 1.1, Fri Jan 26 12:42:56 2001 UTC (23 years, 5 months ago) by takayama
Branch: MAIN

Benchmark tests of computing de Rham cohomology groups in the dimension
two and three.

#! /bin/sh
# $OpenXM: OpenXM/src/k097/lib/restriction/bench,v 1.1 2001/01/26 12:42:56 takayama Exp $

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham2WithAsir(P2[0]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham2WithAsir(P2[1]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham2WithAsir(P2[2]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham2WithAsir(P2[3]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham2WithAsir(P2[4]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham2WithAsir(P2[5]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham3WithAsir(P3[0]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham3WithAsir(P3[1]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham3WithAsir(P3[2]);
quit;
EOF

k0 <<EOF
NoX=true;
load("demo.k");;
DeRham3WithAsir(P3[3]);
quit;
EOF