slurm_pilot
into the standard logfile.txt
for each task?--account fermi:L1
/afs/slac/g/glast/applications/install/@sys/usr/bin/scons
was not copied to /sdf/afs/slac.stanford.edu/g/glast/applications/install/@sys/usr/bin/stag
was not installed correctly on /sdf/sdf/group/fermi/a/applications/xrootd(Wilko Kroeger )
/afs/slac.stanford.edu/g/glast/applications/install/@sys/usr/bin/stag
disappeared from pathPlan forward: move everything to git → All done, as of
#!/sdf/group/fermi/a/isoc/flightOps/rhel6_gcc44/ISOC_PROD/bin/shisoc python2.6 import os import sys L1Name = os.environ.get('L1_TASK_NAME') or "L1Proc" L1Version = os.environ.get('PIPELINE_TASKVERSION') or os.environ.get('L1_TASK_VERSION') or "5.9" BuildVolume = '/sdf/group/fermi/a/ground/releases/volume11' L1BuildBase = os.environ.get('L1_BUILD_DIR') or os.path.join(BuildVolume, 'L1Proc') L1Build = os.path.join(L1BuildBase, '5.9')
#!/sdf/group/fermi/a/isoc/flightOps/rhel6_gcc44/ISOC_PROD/bin/shisoc python2.6 import os import sys L1Name = os.environ.get('L1_TASK_NAME') or "L1Proc" L1Version = os.environ.get('PIPELINE_TASKVERSION') or os.environ.get('L1_TASK_VERSION') or "5.9" BuildVolume = '/sdf/group/fermi/a/ground/releases/volume11' L1BuildBase = os.environ.get('L1_BUILD_DIR') or os.path.join(BuildVolume, 'L1Proc') L1Build = os.path.join(L1BuildBase, L1Version)
3 Comments
Brian Van Klaveren
I have a commit/PR for deleting tasks. I'd thought there was some more fundamental issue at the database level, but that seems, at least in dev, to not be the case.
The commit I have removes a check for non-final streams that are active.
Maria Elena Monzani
The current version won't let me delete tasks with NO active streams, so this may be a deeper issue. I can dig some more and keep you posted.
Maria Elena Monzani
PS: I just tested this several times. The currently deployed version works in DEV (aka it lets me delete streams that are in a final state) but not in PROD. It'd be good to have this fixed as it's holding up S3DF migration. Thanks!