Hi there,
my laptop runs a 64bit Linux. By any chance, did anybody get the source code to compile or have a binary available?
I tried, for an hour or so, to change the makefiles to use icpc as the compiler and ifort as the linker and link dynamically against Intel MKL. However, after a while, the build stops with the last couple of lines of errors being reproduced below.
Thanks in advance for any suggestions.
Joachim
./korder_stoch.hweb(465): remark #981: operands are evaluated in unspecified order
bruno.calculate(Zstack<t> (),f,*res);
^
detected during instantiation of "void KOrderStoch::performStep<t>(int) [with t=0]" at line 210 of "./approximation.cweb"
./korder_stoch.hweb(516): remark #981: operands are evaluated in unspecified order
gs<t> ().insert(new _Ttensor(ypart.nstat,ypart.nys(),*g_sym));
^
detected during instantiation of "void KOrderStoch::performStep<t>(int) [with t=0]" at line 210 of "./approximation.cweb"
./korder_stoch.hweb(518): remark #981: operands are evaluated in unspecified order
Gstack<t> ().multAndAdd(1,h<t> (),*G_sym);
^
detected during instantiation of "void KOrderStoch::performStep<t>(int) [with t=0]" at line 210 of "./approximation.cweb"
compilation aborted for approximation.cpp (code 2)
make[1]: *** [approximation.o] Error 2
make[1]: Leaving directory `/home/joachim/Documents/dynare++-1.3.5/kord'
make: *** [../kord/approximation.o] Error 2