<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 24 Jan 2014, at 01:15, Luca Baiotti &lt;<a href="mailto:baiotti@ile.osaka-u.ac.jp">baiotti@ile.osaka-u.ac.jp</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 1/23/14 11:52 PM, Frank Loeffler wrote:<br><blockquote type="cite">On Thu, Jan 23, 2014 at 10:11:40PM +0900, Luca Baiotti wrote:<br><blockquote type="cite">OK, so the emails not being sent is a known problem.<br><br>Here is the diff between my Gauss simfactory (emails working) and my<br>Noether simfactory (emails not working). Both are repository versions.<br></blockquote><br>Can you look at the difference of the post-processed SubmitScript files<br>of one simulation that did send emails, and one that didn't? You should<br>be able to find them in simulations/NAME/output-0000/SIMFACTORY/ .<br></blockquote><br>It is below. Indeed non --mail entry is present in the Noether file.<br></blockquote><div><br></div><div>The Gauss version looks like this:</div><div><blockquote type="cite"><pre style="word-wrap: break-word; white-space: pre-wrap; ">#! /bin/bash
#SBATCH -A @ALLOCATION@
#SBATCH -p @QUEUE@
#SBATCH -t @WALLTIME@
#SBATCH -N @NODES@ -n @NUM_PROCS@
#SBATCH @("@CHAINED_JOB_ID@" != "" ? "-d afterany:@CHAINED_JOB_ID@" : "")@
#SBATCH -J @SHORT_SIMULATION_NAME@
#SBATCH --mail-type=ALL
#SBATCH -o @RUNDIR@/@SIMULATION_NAME@.out
#SBATCH -e @RUNDIR@/@SIMULATION_NAME@.err
cd @SOURCEDIR@
@SIMFACTORY@ run @SIMULATION_NAME@ --machine=@MACHINE@ --restart-id=@RESTART_ID@ @FROM_RESTART_COMMAND@</pre></blockquote><div><br></div><div>If you have anything different, then maybe you added it yourself? &nbsp;Can do do an "svn diff" on the submit script in your Gauss version? &nbsp;I think what has happened is that you fixed the problem in your Gauss version by adding the lines&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>#SBATCH&nbsp;--<a href="mailto:mail-user=baiotti@ile.osaka-u.ac.jp">mail-user=baiotti@ile.osaka-u.ac.jp</a></div><div><br></div><div>This would explain why mail notifications are not working for me: they have never worked in the committed version.</div><div><br></div></div></div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--&nbsp;</div><div>Ian Hinder</div><div><a href="http://numrel.aei.mpg.de/people/hinder">http://numrel.aei.mpg.de/people/hinder</a></div></div></span></div></span></div></span></span>
</div>
<br></body></html>