Currently, bb_p_job_start_stage_out() is called for every job using burst buffers with burst_buffer/cray, resulting in a stage-out email always being set even if the job does not define a stage_out option. Update _get_bb_job() to set a flag if a #DW stage_out line exists, and test that flag in bb_g_job_test_stage_out() before sending the email.
Changed in commit 523d193e42. If a "#DW stage_out" line is not found in the submission script, slurmctld will clear the stage_out mail flag to prevent that irrelevant message from being sent.