[ 
https://issues.apache.org/jira/browse/AIRAVATA-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008679#comment-16008679
 ] 

Marcus Christie commented on AIRAVATA-2383:
-------------------------------------------

Commits for this issue:
* 
https://github.com/apache/airavata/commit/31a67053d4f83fc9ff10e3d64c12f6da63ffd1aa
* 
https://github.com/apache/airavata/commit/9ef08205c1f030b9252177c2076b310a16f1764c
* https://github.com/apache/airavata/commit/7b48f1514


> 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 gw56j...@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)

Reply via email to