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/12 20:50:04 UTC

[jira] [Resolved] (AIRAVATA-2383) LSF walltime calculation

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

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

> LSF walltime calculation
> ------------------------
>
>                 Key: AIRAVATA-2383
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2383
>             Project: Airavata
>          Issue Type: Bug
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>
> LSF script walltime format is wrong. Here's an example script created:
> {noformat}
> #!/bin/bash
> # LSF batch job submission script generated by Apache Airavata
> #BSUB -L /bin/bash
> #BSUB -q short
> #BSUB -n 1
> #BSUB -J A1460597667
> #BSUB -u gw56jobs@scigap.org
> #BSUB -W 00:30:00
> #BSUB -o /scratch/scigap0/PROCESS_01a85937-e308-498e-b14a-e0529135f046/Quantum_Espresso.stdout
> #BSUB -e /scratch/scigap0/PROCESS_01a85937-e308-498e-b14a-e0529135f046/Quantum_Espresso.stderr
> module load icc/13.0.1 openmpi/1.6.5 espresso/5.3.0
> cd /scratch/scigap0/PROCESS_01a85937-e308-498e-b14a-e0529135f046
> mpirun -np /opt/apps/icc-13.0.1/openmpi-1.6.5/espresso/5.3.0/bin/pw.x < Al.sample.in > Al.sample.out 
> {noformat}
> Walltime is the {{#BSUB -W 00:30:00}} parameter. It should be {{#BSUB -W 00:30}} because walltime in LSF is HH:MM.



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