File: example.cmd.lua

package info (click to toggle)
lmod 8.7.60-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,008 kB
  • sloc: sh: 6,266; makefile: 2,837; ansic: 1,513; tcl: 1,382; python: 1,050; csh: 112
file content (11 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
cmd = {
   PREFIX  = "B2D_",
   name    = "bouss2d",
   runCmd  = { "cd ~/w/Bouss2d_161/; bouss2d -B run/c0_test.nml -I data -O output",
               "cd ~/w/bouss2d/;     bouss2d -B run/c0_test.nml -I data -O output",},
   testCmd = { "cd ~/w/bouss2d/; cmp ~/w/Bouss2d_161/output/c0_test.mtx  output/c0_test.mtx", 
               "cd ~/w/bouss2d/; cmp ~/w/Bouss2d_161/output/c0_test.soln output/c0_test.soln",},
   maxStep = 1
}