Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Issues
  • #181
Closed
Open
Issue created Aug 30, 2016 by Miguel Castrillo@mcastrilOwner

AS 3.7.1: Problem running ECMWF jobs

Leaving aside some problems that have been ocurring recently with ECMWF connection (and ECACCESS), I have been observing a problem when running jobs in this HPC using Autosubmit 3.7.1.

My scenario is: Some experiments from the testing suite, created using Autosubmit 3.6.0. When I load Autosubmit 3.7.1, the REMOTE_SETUP does nothing. It creates the REMOTE_SETUP_STAT file, but looking at the logs, just after the line "set -xuve" is not printing anything.

However, if I take the REMOTE_SETUP.cmd file and do qsub REMOTE_SETUP.cmd it seems to run ok, and also creating again the experiment, using Autosubmit 3.6.0, the REMOTE SETUP works.

The only differences between REMOTE_SETUP.cmd outputted by 3.7.1 and 3.6.0 are the .out and .err path setting, and one extra #!/bin/bash

I will perform more tests, but currently there is a returning issue when connecting to ECMWF, that is making impossible even to do these tests.

3.7.1

#!/usr/bin/env bash

###############################################################################
#                   REMOTE_SETUP t00u EXPERIMENT
###############################################################################
#
#PBS -N t00u_REMOTE_SETUP
#PBS -o /scratch/ms/spesiccf/c3e/t00u/LOG_t00u/t00u_REMOTE_SETUP.20160830163936.err
#PBS -e /scratch/ms/spesiccf/c3e/t00u/LOG_t00u/t00u_REMOTE_SETUP.20160830163936.out
#PBS -q ns
#PBS -l walltime=02:00:00
#PBS -l EC_billing_account=spesiccf
#
###############################################################################

###################
# Autosubmit header
###################

job_name_ptrn='/scratch/ms/spesiccf/c3e/t00u/LOG_t00u/t00u_REMOTE_SETUP'
echo $(date +%s) > ${job_name_ptrn}_STAT

3.6.0

#!/bin/bash
###############################################################################
#                   REMOTE_SETUP t00u EXPERIMENT
###############################################################################
#
#PBS -N t00u_REMOTE_SETUP
#PBS -q ns
#PBS -l walltime=02:00:00
#PBS -l EC_billing_account=spesiccf
#
###############################################################################

#!/usr/bin/env bash
###################
# Autosubmit header
###################

job_name_ptrn='/scratch/ms/spesiccf/c3e/t00u/LOG_t00u/t00u_REMOTE_SETUP'
echo $(date +%s) > ${job_name_ptrn}_STAT

@dmanubens @jlope2

Assignee
Assign to
Time tracking