You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (JIRA)" <ji...@apache.org> on 2017/05/22 13:46:05 UTC

[jira] [Resolved] (AIRAVATA-2398) LSF groovy script: stdout, stderr

     [ https://issues.apache.org/jira/browse/AIRAVATA-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie resolved AIRAVATA-2398.
---------------------------------------
    Resolution: Fixed

Looks like this is resolved now. It was an interface configuration issue. Once the stderr and stdout files were given the types STDERR and STDOUT in the interface it started to work again. Previously they had type URI.

> LSF groovy script: stdout, stderr
> ---------------------------------
>
>                 Key: AIRAVATA-2398
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2398
>             Project: Airavata
>          Issue Type: Bug
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>
> From Eroma:
> {noformat}
> [10:40 AM] Eroma Abeysinghe: Good morning marcus, when you can, could you please add below macros to LSF scripts? I am thinking this need to be added to ansible
> [10:40 AM] Eroma Abeysinghe: #BSUB -o /home/<username>/<prog>_%J.stdout.log
> #BSUB -e /home/<username>/<prog>_%J.stderr.log
> [10:40 AM] Eroma Abeysinghe: this is to get the stdout and stderr redirected.
> [10:40 AM] Eroma Abeysinghe: earlier production we have added
> [10:40 AM] Eroma Abeysinghe: #BSUB -o ""#BSUB -e ""
> [10:41 AM] Eroma Abeysinghe: job submission is working. i tested it
> [11:30 AM] Eroma Abeysinghe: actually the macros are there in the groovly template but not getting added to the script
> ----  ----
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)