Skip to content
Snippets Groups Projects

Add instance start/stop for netdata to calibrate script

Open Robert Rosca requested to merge feat/netdata-telemetry into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -35,6 +35,8 @@ export MPLBACKEND=AGG
# Ensure Python uses UTF-8 for files by default
export LANG=en_US.UTF-8
singularity instance start --writable-tmpfs --hostname $SLURM_JOB_ID ~/netdata-image.sif netdata-$HOSTNAME-$SLURM_JOB_ID || true
# start an ip cluster if requested
if [ "${ipcluster_profile}" != "NO_CLUSTER" ]
then
@@ -43,7 +45,6 @@ then
sleep 15
fi
echo "Running notebook"
${python_path} -m princess ${nb_path} --save
@@ -55,3 +56,5 @@ then
echo "Removing cluster profile from: $profile_path"
rm -rf $profile_path
fi
singularity instance stop netdata-$HOSTNAME-$SLURM_JOB_ID || true
Loading