[Wien] Mixer: compilation error (IBM AIX Pwr5, XLF90)

2008-02-11 Thread Ricardo Faccio
Dear Wien users I compiled successfully almost all the packages of the latest Wien2k. The server is a IBM pwr5, AIX, XLF90, 64 bit. The only problem appears in the SRC_mixer where the compilation stops with this error: ##

[Wien] Mixer: compilation error (IBM AIX Pwr5, XLF90)

2008-02-12 Thread Sylvain Cristol
Hi Ricardo You just need to replace if(memory .eq. 1)qlimit1=max(qlimit1,0.015) by if(memory .eq. 1)qlimit1=max(qlimit1,0.015D0) in line 81 of LimitDMIX.F and the compilation will go smoothly Regards Sylvain Ricardo Faccio a ?crit : > Dear Wien users > I compiled successfully almost a

[Wien] Mixer: compilation error (IBM AIX Pwr5, XLF90)

2008-02-12 Thread Ricardo Faccio
2k users" Sent: Tuesday, February 12, 2008 3:09 AM Subject: Re: [Wien] Mixer: compilation error (IBM AIX Pwr5, XLF90) > Hi Ricardo > > You just need to replace > > if(memory .eq. 1)qlimit1=max(qlimit1,0.015) > > by > > if(memory .eq. 1)qlimit1=max(qlimit1,0.015D0) > &