Looks like your compiler does not support C++11. Which version of the Intel compilers are you using, and which version of gcc is in your path (gcc --version)?

Garth

On Thu, 4 Dec, 2014 at 10:45 AM, obm <[email protected]> wrote:
Dear all,

I am trying to compile FEniCS using dorsal in our linux cluster using intel compilers, but I have the following problem with dolfin:

FEniCS-intel/src/dolfin/dolfin/fem/NonlinearVariationalSolver.h(125): error: no instance of constructor "std::set<_Key, _Compare, _Alloc>::set [with _Key=std::string, _Compare=std::less<std::string>, _Alloc=std::allocator<std::string>]" matches the argument list
            argument types are: (const char [7])
        std::set<std::string> nonlinear_solvers = {"newton”};

I am using a modified dorsal script, so that intel mkl and current versions of packages are used. Please see the full modified dorsal script attached.

I googled the problem to no avail. What should I do?

Best,
Baris
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to