Not sure this is exactly the right place for this, but it seems Archer-specific rather than Condor...
I'm running Grid Appliance 2.04.22, connected to the Archer Global group. I'm trying to get email notification working on my Condor jobs. Here's the modified example out of examples/montepi/ :
notification = Always
notify_user = [xxx]@
gmail.com
Universe = vanilla
Executable = montepi
Log = results.$(Cluster).$(Process).log
Output = results.$(Cluster).$(Process).out
Error = results.$(Cluster).$(Process).err
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
Arguments = 10000000
Queue 50
Arguments = 20000000
Queue 50
The jobs run fine and complete fine but I never receive an email. Is there something I'm missing?
- ben