File: benchbuild.mpi

package info (click to toggle)
mathpiper 0.81f%2Bsvn4469%2Bdfsg3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 36,576 kB
  • sloc: java: 57,479; lisp: 13,721; objc: 1,300; xml: 988; makefile: 114; awk: 95; sh: 38
file content (14 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


/*
*/
Echo({"Doing the Wester benchmark"});
ToFile("westerbench.html")Load("examples/benchmark.mpi");

SystemCall("cp westerbench.html ../docs/");

Echo({"Doing some example calculations"});
ToFile("mybench2.html")Load("examples/benchmark2.mpi");

SystemCall("cp mybench2.html ../docs/");