email notification

L

Luca

Guest
Hi

Is there a way in Affirma to send an email when a simulation is done?

Thanks
Luca
 
When you run the simulations in distributed mode( setup-->Simulator
directory/host--> host mode = distributed, you get two additional
fields and one of them is E-mail Notify
Iam not sure if local/remote support this, i havent seen them

Partha



Luca <luca.rossi@unine.ch> wrote in message news:<3faa0512$0$3677$5402220f@news.sunrise.ch>...
Hi

Is there a way in Affirma to send an email when a simulation is done?

Thanks
Luca
 
you could use the 'shell' netlist statement to invoke sendmail.

for me adding this in the netlist footer worked:

email shell cmd="~/email %S %H"

with the following script ~/email

/usr/lib/sendmail -F $1 youraddress@host.com << EOF
Content-type: text/plain

The $1 simulation running on $2 has terminated.
EOF

i don't know of any automatic ways though...
stephane

"Luca" <luca.rossi@unine.ch> wrote in message
news:3faa0512$0$3677$5402220f@news.sunrise.ch...
Hi

Is there a way in Affirma to send an email when a simulation is done?

Thanks
Luca
 
thank you very much

S. Badel wrote:
you could use the 'shell' netlist statement to invoke sendmail.

for me adding this in the netlist footer worked:

email shell cmd="~/email %S %H"

with the following script ~/email

/usr/lib/sendmail -F $1 youraddress@host.com << EOF
Content-type: text/plain

The $1 simulation running on $2 has terminated.
EOF

i don't know of any automatic ways though...
stephane

"Luca" <luca.rossi@unine.ch> wrote in message
news:3faa0512$0$3677$5402220f@news.sunrise.ch...

Hi

Is there a way in Affirma to send an email when a simulation is done?

Thanks
Luca
 

Welcome to EDABoard.com

Sponsor

Back
Top