Skip to content

Commit

Permalink
log env and psabi support
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 10, 2024
1 parent 2f6dc1a commit 7030b0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crab/short-matrix/run.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/bash -e
env > run.log
ld.so --help | grep supported | grep x86-64-v
for f in minbias.root FrameworkJobReport.xml run.txt ; do
curl -s -L -o $f "https://muzaffar.web.cern.ch/crab-test/$f"
[ -e $f ] || exit 1
done
mkdir matrix
pushd matrix
runTheMatrix.py -i all -s -j 3 -t 4 --ibeos >run.log 2>&1 || touch runall-report-step123-.log
runTheMatrix.py -i all -s -j 3 -t 4 --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 7030b0a

Please sign in to comment.