![]() |
|
|||
File indexing completed on 2025-08-05 08:12:18
0001 #!/usr/bin/env bash 0002 export USER="$(id -u -n)" 0003 export LOGNAME=${USER} 0004 export HOME=/sphenix/u/${LOGNAME} 0005 export MYINSTALL="$HOME/Documents/sPHENIX/install" 0006 0007 source /opt/sphenix/core/bin/sphenix_setup.sh -n new 0008 source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL 0009 0010 exe=${1} 0011 input=${2} 0012 hot=${3} 0013 output=${4} 0014 0015 # print the environment - needed for debugging 0016 printenv 0017 0018 mkdir -p output 0019 $exe $input $hot $output
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |