File indexing completed on 2026-04-06 08:10:18
0001
0002 export USER="$(id -u -n)"
0003 export LOGNAME=${USER}
0004 export HOME=/sphenix/u/${LOGNAME}
0005 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
0006
0007 export MYINSTALL=$HOME/install
0008 export LD_LIBRARY_PATH=$MYINSTALL/lib:$LD_LIBRARY_PATH
0009
0010
0011 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL
0012
0013
0014
0015
0016
0017
0018
0019 outputdir=$(dirname "$1")
0020 if [ ! -d "$outputdir" ]; then
0021 echo "Output directory $outputdir does not exist, creating it now."
0022 mkdir -p "$outputdir"
0023 fi
0024
0025 ./main131 $1 $2 $3
0026
0027 ./Xi_fraction $1 $4
0028
0029 echo all done