From 4cda5b5dc933aaf65cdab7e2e42739432e6f537e Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Mon, 8 Jun 2020 19:02:30 +0200 Subject: [PATCH] warson comp.cfg file correct config user /email --- cfg/warson/comp.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cfg/warson/comp.cfg diff --git a/cfg/warson/comp.cfg b/cfg/warson/comp.cfg new file mode 100644 index 0000000..ff8a2d5 --- /dev/null +++ b/cfg/warson/comp.cfg @@ -0,0 +1,5 @@ +self.pars['CMAKELIST'].val='blueberry.cmake' +self.pars['NB_TASKS'].val='32' +self.pars['NB_THREADS'].val='1' +self.pars['RUNMETHOD'].vals=['interactive','at','batch',] +self.pars['RUNMETHOD'].val='batch' -- GitLab