From a8b0e396a4e76d71e3446b8ad2ca8a39f9ce16db Mon Sep 17 00:00:00 2001 From: jlope2 Date: Wed, 2 Nov 2016 16:11:57 +0100 Subject: [PATCH 1/2] Fixed typo. Fixes #206 --- autosubmit/platforms/lsfplatform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosubmit/platforms/lsfplatform.py b/autosubmit/platforms/lsfplatform.py index 7f906efdf..83a664d9c 100644 --- a/autosubmit/platforms/lsfplatform.py +++ b/autosubmit/platforms/lsfplatform.py @@ -148,7 +148,7 @@ class LsfHeader: #%QUEUE_DIRECTIVE% #BSUB -J %JOBNAME% #BSUB -oo %CURRENT_SCRATCH_DIR%/%CURRENT_PROJ%/%CURRENT_USER%/%EXPID%/LOG_%EXPID%/%OUT_LOG_DIRECTIVE% - #BSUB -eo %CURRENT_SCRATCH_DIR%/%CURRENT_PROJ%/%CURRENT_USER%/%EXPID%/LOG_%EXPID%/%OUT_LOG_DIRECTIVE% + #BSUB -eo %CURRENT_SCRATCH_DIR%/%CURRENT_PROJ%/%CURRENT_USER%/%EXPID%/LOG_%EXPID%/%ERR_LOG_DIRECTIVE% #BSUB -W %WALLCLOCK% #BSUB -n %NUMPROC% %TASKS_PER_NODE_DIRECTIVE% -- GitLab From a2ba5c12dffd3e69e229ad75f886a6204c5119ad Mon Sep 17 00:00:00 2001 From: jlope2 Date: Wed, 2 Nov 2016 16:13:27 +0100 Subject: [PATCH 2/2] Bumped version number to 3.7.5 --- CHANGELOG | 3 +++ VERSION | 2 +- docs/source/conf.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3ad783995..8efc77bd6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +3.7.5 + Fixed minor with LSF's logs + 3.7.4 Forward dependencies Performance improvements diff --git a/VERSION b/VERSION index 0833a98f1..aaf18d294 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.4 +3.7.5 diff --git a/docs/source/conf.py b/docs/source/conf.py index 1bbb67bbd..d6132700f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,7 @@ author = u'Earth Science Department, Barcelona Supercomputing Center, BSC' # The short X.Y version. version = '3.7' # The full version, including alpha/beta/rc tags. -release = '3.7.4' +release = '3.7.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- GitLab