From 42d70978aeee9f582afde9b23b08a3b0835af23b Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Thu, 22 Sep 2022 14:59:51 +0200 Subject: [PATCH] modify warson comp.cfg to call warson.cmake configuration file --- cfg/warson/comp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/warson/comp.cfg b/cfg/warson/comp.cfg index ff8a2d5..0d9816f 100644 --- a/cfg/warson/comp.cfg +++ b/cfg/warson/comp.cfg @@ -1,4 +1,4 @@ -self.pars['CMAKELIST'].val='blueberry.cmake' +self.pars['CMAKELIST'].val='warson.cmake' self.pars['NB_TASKS'].val='32' self.pars['NB_THREADS'].val='1' self.pars['RUNMETHOD'].vals=['interactive','at','batch',] -- GitLab