From 902a96432870c0bf38ce61b0e37d54a9931e32e9 Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Tue, 28 Jan 2025 09:19:41 +0100 Subject: [PATCH] fix mn2l-gaston.cmake --- cfg/mn2l-gaston/comp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/mn2l-gaston/comp.cfg b/cfg/mn2l-gaston/comp.cfg index 0d7cd49..6a8cea6 100644 --- a/cfg/mn2l-gaston/comp.cfg +++ b/cfg/mn2l-gaston/comp.cfg @@ -1,4 +1,4 @@ -self.pars['CMAKELIST'].val='gaston.cmake' +self.pars['CMAKELIST'].val='mn2l-gaston.cmake' self.pars['NB_TASKS'].val='6' self.pars['NB_THREADS'].val='1' self.pars['RUNMETHOD'].vals=['interactive','at','batch',] -- GitLab