Megatest

Check-in [bded91c3b8]
Login
Overview
Comment:Don't use bsub
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.60
Files: files | file ages | folders
SHA1: bded91c3b85fc646607df696730b7b7457eba005
User & Date: mrwellan on 2015-08-21 11:13:13
Other Links: branch diff | manifest | tags
Context
2015-08-25
00:30
Added multi-patt for itemmap check-in: ff97ef884f user: matt tags: v1.60
2015-08-21
11:13
Don't use bsub check-in: bded91c3b8 user: mrwellan tags: v1.60
2015-08-07
00:41
Some fixes to Makefile for chicken/iup, still requires precompiled binaries check-in: f207341131 user: matt tags: v1.60
Changes

Modified megatest.scm from [6d1c1e566e] to [a40689f4ed].

786
787
788
789
790
791
792
793


794
795
796
797
798
799
800
786
787
788
789
790
791
792

793
794
795
796
797
798
799
800
801







-
+
+







    (let ((tl (launch:setup-for-run)))
      (push-directory *toppath*)
      (let ((data (full-runconfigs-read)))
	;; keep this one local
	(cond
	 ((and (args:get-arg "-section")
	       (args:get-arg "-var"))
	  (let ((val (configf:lookup data (args:get-arg "-section")(args:get-arg "-var"))))
	  (let ((val (or (configf:lookup data (args:get-arg "-section")(args:get-arg "-var"))
			 (configf:lookup data "default" (args:get-arg "-var")))))
	    (if val (print val))))
	 ((not (args:get-arg "-dumpmode"))
	  (pp (hash-table->alist data)))
	 ((string=? (args:get-arg "-dumpmode") "json")
	  (json-write data))
	 (else
	  (debug:print 0 "ERROR: -dumpmode of " (args:get-arg "-dumpmode") " not recognised")))

Modified tests/fullrun/megatest.config from [f1db02f870] to [cdb8d4e3fb].

284
285
286
287
288
289
290
291

292
293
294
295
296
297
298
284
285
286
287
288
289
290

291
292
293
294
295
296
297
298







-
+







# # match.
# flexi-launcher yes  

[jobtools]
flexi-launcher yes

[host-types]
general bsub
general nbfake
alt     #{get jobtools launcher}
local   nbfake
remote  #{get jobtools launcher}

[launchers]
runfirst/sum% remote
%             general