diff --git a/CHANGELOG b/CHANGELOG index 3ad783995b633365d5a5142fc2bcf325ac3dab80..8efc77bd6fac029cd123454ce7668ce032479a9c 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 0833a98f1405167316da97ef9843d8bfad51edf5..aaf18d29482f17f2ad2793f0104a27740b190352 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.4 +3.7.5 diff --git a/autosubmit/platforms/lsfplatform.py b/autosubmit/platforms/lsfplatform.py index 7f906efdf1ca4f25f81d554d65389d6836cdb23d..83a664d9ca70f8973c0e0eb2a8acf1aac02e1bb0 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% diff --git a/docs/source/conf.py b/docs/source/conf.py index 1bbb67bbdc651c1d647acf645585b1ff189faf32..d6132700ffe01e87aa44d5c8a2dda424a5dd53f0 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.