Skip to content

Commit

Permalink
added runcmsgrid template and removed useless script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlizzo committed Feb 21, 2024
1 parent 32428ce commit 526bac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 264 deletions.
263 changes: 0 additions & 263 deletions bin/Powheg/runcmsgrid.sh

This file was deleted.

5 changes: 4 additions & 1 deletion bin/Powheg/runcmsgrid_powheg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ if [[ -e ${myDir} ]]; then
fi

export LD_LIBRARY_PATH=`pwd`/lib/:`pwd`/lib64/:`pwd`/obj-gfortran/proclib/:${LD_LIBRARY_PATH}
if [[ "${process}" == "WWJ" ]]; then
export LD_LIBRARY_PATH=`pwd`/MATRIXStuff/external/ginac-install/lib/:`pwd`/MATRIXStuff/external/cln-install/lib/:`pwd`/MATRIXStuff/lib/ppllll24/:${LD_LIBRARY_PATH}
fi
mkdir ${myDir}; cd ${myDir} ;
export PYTHONPATH=.:${PYTHONPATH}

Expand Down Expand Up @@ -490,7 +493,7 @@ if [ -s pwgstat.dat ]; then
fi

if [ -s pwg-stat.dat ]; then
if [ "$process" = "b_bbar_4l" ] || [ "$process" = "HWJ_ew" ] || [ "$process" = "HW_ew" ] || [ "$process" = "HZJ_ew" ] || [ "$process" = "HZ_ew" ]; then
if [ "$process" = "b_bbar_4l" ] || [ "$process" = "HWJ_ew" ] || [ "$process" = "HW_ew" ] || [ "$process" = "HZJ_ew" ] || [ "$process" = "HZ_ew" ] || [ "$process" = "WWJ" ]; then
XSECTION=`tac pwg-stat.dat | grep total\ total | awk '{ print $(NF-2) }'`
XSECUNC=` tac pwg-stat.dat | grep total\ total | awk '{ print $(NF) }'`
else
Expand Down

0 comments on commit 526bac1

Please sign in to comment.