Skip to content

Commit

Permalink
added multi-target test
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 6, 2024
1 parent 125dbf3 commit 54b6fd8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions crab/multiarch/pset.py
9 changes: 9 additions & 0 deletions crab/multiarch/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash -ex
pwd
ls
env > run.log
export LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | tr : '\n' | grep -E -v "/${CMSSW_VERSION}/(big|)lib/${SCRAM_ARCH}$" | tr '\n' ':')
echo $LD_LIBRARY_PATH | tr : '\n'
which cmsRun
cmsRun --help || true
cmsRun -j FrameworkJobReport.xml PSet.py || true
1 change: 1 addition & 0 deletions crab/multiarch/task.py

0 comments on commit 54b6fd8

Please sign in to comment.