Skip to content

Commit

Permalink
reduce number of events for crab job
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 11, 2024
1 parent cc1cb58 commit 6fa7982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crab/short-matrix1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ env > run.log
ld.so --help | grep supported | grep x86-64-v
mkdir matrix
pushd matrix
runTheMatrix.py -i all -s -j 1 --ibeos >>../run.log 2>&1 || touch runall-report-step123-.log
runTheMatrix.py --job-reports --command " -n 5 --customise Validation/Performance/TimeMemorySummary.customiseWithTimeMemorySummary " \
-i all -s -j 1 --ibeos >>../run.log 2>&1 || touch runall-report-step123-.log
for f in $(find . -name '*' -type f) ; do
case $f in
*.xml|*.txt|*.log|*.py|*.json|*/cmdLog ) ;;
Expand Down

0 comments on commit 6fa7982

Please sign in to comment.