Skip to content
Snippets Groups Projects
Commit dac770e8 authored by Norbert Herrmann's avatar Norbert Herrmann Committed by Florian Uhlig
Browse files

fix path

parent b120d36c
Loading
...@@ -41,10 +41,10 @@ nEvi1=50000 # increment ...@@ -41,10 +41,10 @@ nEvi1=50000 # increment
if [ -e /lustre ]; then if [ -e /lustre ]; then
source /lustre/cbm/users/nh/CBM/cbmroot/trunk/build/config.sh source /lustre/cbm/users/nh/CBM/cbmroot/trunk/build/config.sh
wdir=/lustre/cbm/users/nh/CBM/cbmroot/trunk/macro/beamtime/mcbm2020 wdir=/lustre/cbm/users/nh/CBM/cbmroot/trunk/macro/beamtime/mcbm2020
outdir=/lustre/cbm/users/nh/CBM/cbmroot/trunk/macro/beamtime/mcbm2020/${RunId} outdir=/lustre/cbm/users/nh/CBM/cbmroot/trunk/macro/beamtime/mcbm2020/${cRun}
else else
wdir=`pwd` wdir=`pwd`
outdir=${wdir}/${RunId} outdir=${wdir}/${cRun}
fi fi
mkdir ${outdir} mkdir ${outdir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment