|
|
|||
File indexing completed on 2026-07-21 08:46:17
0001 #!/bin/bash 0002 # ============================================================================= 0003 #! @file SubmitJetValidationToSlurm.sh 0004 #! @authors Derek Anderson (derek.murphy.anderson@protonmail.com) 0005 # ----------------------------------------------------------------------------- 0006 #! @brief Submit this script to run JetValidation.C with slurm. 0007 #! 0008 #! @usage Update relevant slurm options, eic-shell location, 0009 #! and shell version below. Then submit with: 0010 #! 0011 #! sbatch SubmitJetValidationToSlurm.sh 0012 #! 0013 #! Can also run directly with 0014 #! 0015 #! ./SubmitJetValidationToSlurm.sh 0016 # ============================================================================= 0017 #SBATCH --partition=<my partition> 0018 #SBATCH --time=03:00:00 0019 #SBATCH --mem=8G 0020 #SBATCH --account=eic 0021 #SBATCH --mail-user=<my email> 0022 #SBATCH --mail-type=END,FAIL 0023 #SBATCH --output=<output log name> 0024 #SBATCH --error=<error log name> 0025 0026 eic_shell=$HOME/.bin/eic-shell # NOTE edit me! 0027 version=26.05.0-stable # NOTE edit me! 0028 0029 $eic_shell -v $version -- $PWD/RunJetValidationInShell.sh
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|