Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "APEL Batch Support"

From EGIWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TOC_right}}
= Introduction  =
= Introduction  =


Line 7: Line 9:
To verify the correctness of the APEL parsers, both for correctness and for compatibility with other accounting services in the EGI and WLCG ecosystems. In particular to consider:  
To verify the correctness of the APEL parsers, both for correctness and for compatibility with other accounting services in the EGI and WLCG ecosystems. In particular to consider:  


*whether failing jobs are handled in the same way  
* Whether failing jobs are handled in the same way  
*The number of cores and cpus is correctly returned  
* If the number of cores and CPUs is correctly returned  
*The cpu time for multicore and/or multicpu jobs is correctly interpreted.
* If the CPU time for multicore and/or multi-CPU jobs are correctly interpreted.


== Membership  ==
== Membership  ==


{| width="1000" border="1" cellpadding="1" cellspacing="1"
[[APEL_Batch_Support/Membership|Membership list]]
|-
! scope="col" | <span lang="EN-GB">Competence</span><span lang="EN-GB">&nbsp;</span>
! scope="col" | <span lang="EN-GB">Name</span>
! scope="col" | <span lang="EN-GB">Institution</span>
! scope="col" | email
|-
| <span lang="EN-GB">Torque/Maui</span>
| <span lang="EN-GB">Josep &nbsp;</span><span style="line-height: 1.5em;">Fliz</span>
| <span lang="EN-GB">PIC</span>
| <span lang="EN-GB">Josep &nbsp;</span><span style="line-height: 1.5em;">Flix &lt;jflix@pic.es&gt;</span>
|-
| <span lang="EN-GB">SLURM</span>
| <span lang="EN-GB">Gianni Riccardi</span>
| <span lang="EN-GB">ETH</span>
| <span lang="EN-GB">ricciardi@cscs.ch,&nbsp; grid@cscs.ch</span>
|-
| <span lang="EN-GB">SLURM</span>
| <span lang="EN-GB">Miguel Gila </span>
| ETH
| <span lang="EN-GB">miguel.gila@cscs.ch</span>
|-
| <span lang="EN-GB">Univa GE
</span>
| <span lang="EN-GB">Manfred Alef
</span>
| KIT
| <span lang="EN-GB">manfred.alef@kit.edu</span>
|-
| <span lang="EN-GB">Univa GE
</span>
| <span lang="EN-GB">Melanie Ernst
</span>
| KIT
| <span lang="EN-GB">melanie.ernst@kit.edu</span>
|-
| <span lang="EN-GB">Univa G
</span>
| <span lang="EN-GB">Vanessa Hmaar
</span>
| <span lang="EN-GB">CC-IN2P3</span>
| <span lang="EN-GB">hamar@cc.in2p3.fr</span>
|-
| <span lang="EN-GB">HTCondor</span>
| <span lang="EN-GB">Andrew Lahiff</span>
| STFC
| <span lang="EN-GB">andrew.lahiff@stfc.ac.uk</span>
|-
| <span lang="EN-GB">LSF</span>
| <span lang="EN-GB">Jerome Belleman</span>
| CERN
| <span lang="EN-GB">jerome.belleman@cern.ch</span>
|-
| <span lang="EN-GB">LSF</span>
| <span lang="EN-GB">Stefano dal Pra </span>
| CNAF
| <span lang="EN-GB">Stefano.dalpra@cnaf.infn.it</span>
|-
| <span lang="EN-GB">DGAS</span>
| <span lang="EN-GB">Andrea Guarise</span>
| INFN
| <span lang="EN-GB">andrea.guarise@to.infn.it</span>
|-
| <span lang="EN-GB">SGAS/SLURM</span>
| <span lang="EN-GB">Magnus Jonnson</span>
| Umea
| <span lang="EN-GB">magnus@hpc2n.umu.se</span>
|-
| <span lang="EN-GB">APEL</span>
| <span lang="EN-GB">Stuart Pullinger</span>
| STFC
| <span lang="EN-GB">stuart.pullinger@stfc.ac.uk</span>
|-
| <span lang="EN-GB">APEL</span>
| <span lang="EN-GB">Adrian Coveney</span>
| STFC
| <span lang="EN-GB">adrian.coveney@stfc.ac.uk</span>
|-
| <span lang="EN-GB">APEL</span>
| <span lang="EN-GB">John Gordon</span>
| STFC
| <span style="font-family: Calibri, sans-serif; font-size: 15px; line-height: 16.866666793823242px;">John.gordon@stfc.ac.uk</span>
|}


= Notes: =
== Notes ==


= References=
== References ==


#APEL Client Doducmentation&nbsp;[https://twiki.cern.ch/twiki/bin/view/EMI/EMI3APELClient https://twiki.cern.ch/twiki/bin/view/EMI/EMI3APELClient]  
# [https://twiki.cern.ch/twiki/bin/view/EMI/EMI3APELClient APEL Client Documentation]  
#APEL Parser Source&nbsp;[https://github.com/apel/apel/tree/dev/apel/parsers https://github.com/apel/apel/tree/dev/apel/parsers]
# [https://github.com/apel/apel/tree/dev/apel/parsers APEL Parser Source]
# [https://github.com/apel/apel/tree/dev/test APEL unit test source]


[[Category:Accounting]]
[[Category:Accounting]]

Latest revision as of 09:46, 30 May 2014


Introduction

This page is for the work of the Batch Working Group looking into the behaviour of the APEL Parsers.

Remit

To verify the correctness of the APEL parsers, both for correctness and for compatibility with other accounting services in the EGI and WLCG ecosystems. In particular to consider:

  • Whether failing jobs are handled in the same way
  • If the number of cores and CPUs is correctly returned
  • If the CPU time for multicore and/or multi-CPU jobs are correctly interpreted.

Membership

Membership list

Notes

References

  1. APEL Client Documentation
  2. APEL Parser Source
  3. APEL unit test source