- Table of contents
- Collaboration Bulletin Board
Collaboration Bulletin Board¶
Events¶
February 2020 Collaboration Meeting¶
Thursday, February 13 — Sunday, February 16 at UC Irvine
Meeting website: https://www.physics.uci.edu/NOvA-Collaboration-Meeting-UCI
Registration link: https://www.physics.uci.edu/NoVA-Registration-Form#overlay-context=NoVA-Registration-Form
Analysis News¶
Computing¶
Grid Submissions with Test Releases¶
This should now all be working!
...except for ART1 releases. In those cases, you need to manually create the tarball and place it in dCache before submission.
cd <test release> tar --exclude-vcs --exclude='*.o' --exclude='*.d' --exclude='tmp/*' --exclude='*debug' --exclude='*.tar.bz2' -cvjf test_release_manual.tar.bz2 . cp test_release_manual.tar.bz2 /pnfs/nova/scratch/<somewhere> submit_cafana.py/submit_nova_art.py ... --user_tarball /pnfs/nova/scratch/<somewhere>/test_release_manual.tar.bz2