Please use 'reply-all' to reply to the mailing list.

Garth


On Fri, 5 Dec, 2014 at 8:38 AM, obm <[email protected]> wrote:
Dear Garth,
I have tried compiling everything from scratch with the newer gcc, now I have a different problem

FEniCS-intel/src/dolfin/dolfin/la/CholmodCholeskySolver.cpp(336): error: identifier "UF_long" is undefined
    UF_long status = c.status;

Best,
Baris

fenics-project-dorsal-intel> ifort -v
ifort version 14.0.3
fenics-project-dorsal-intel> gcc --version
gcc (GCC) 4.8.1

4 Ara 2014 tarihinde 15:19 saatinde, Garth N. Wells <[email protected]> şunları yazdı:



On Thu, 4 Dec, 2014 at 12:59 PM, obm <[email protected]> wrote:
 Dear Garth,
 mpicxx -v
 icpc version 13.1.3 (gcc version 4.4.7 compatibility)

You need a newer gcc. Intel compilers require gcc 4.8 for C++11 support. See https://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler.

 Garth


 gcc -v
 Using built-in specs.
 Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
 Thread model: posix
 gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
 Best,
 Baris
4 Ara 2014 tarihinde 13:54 saatinde, Garth N. Wells <[email protected]> şunları yazdı:
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