From 78e20d9babceccddbe9830ce88337e4eb17bb07d Mon Sep 17 00:00:00 2001 From: Juan Escobar <escj@aero.obs-mip.fr> Date: Tue, 28 Feb 2023 11:51:27 +0100 Subject: [PATCH] Juan 28/02/2023:job_make_examples_BullX_irene(_AMD) , remove -I option <-> or module load not working --- src/job_make_examples_BullX_irene | 2 +- src/job_make_examples_BullX_irene_AMD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/job_make_examples_BullX_irene b/src/job_make_examples_BullX_irene index 21417e485..86a6ae465 100755 --- a/src/job_make_examples_BullX_irene +++ b/src/job_make_examples_BullX_irene @@ -5,7 +5,7 @@ #MSUB -o Examples.eo%j # #MSUB -e Examples.eo%j # #MSUB -T 3600 # time limit -#MSUB -I # do not propaget variable from interactif +##MSUB -I # do not propaget variable from interactif, /!\ problem with module load if activate #MSUB -m work,scratch,store # use this files system #MSUB -x # exclusive usage of nodes #MSUB -X # enable X forwarding -> force 'ccc_msub -i ' to get it work diff --git a/src/job_make_examples_BullX_irene_AMD b/src/job_make_examples_BullX_irene_AMD index 3f1c97fac..004a7fe2b 100755 --- a/src/job_make_examples_BullX_irene_AMD +++ b/src/job_make_examples_BullX_irene_AMD @@ -5,7 +5,7 @@ #MSUB -o Examples_AMD.eo%j # #MSUB -e Examples_AMD.eo%j # #MSUB -T 3600 # time limit -#MSUB -I # do not propaget variable from interactif +##MSUB -I # do not propaget variable from interactif , /!\ problem with module load if activate #MSUB -m work,scratch,store # use this files system #MSUB -x # exclusive usage of nodes ##MSUB -X # enable X forwarding -> force 'ccc_msub -i ' to get it work -- GitLab