Search found 6 matches

by acicuta
29 May 2015, 19:46
Forum: Installation & compilation
Topic: Installing elmer on CentOS 7
Replies: 0
Views: 3382

Installing elmer on CentOS 7

I installed elmer on a system that was prepared with a fresh install of CentOS base without any GUI. I used yum to install the necessary compilers and packages. A word of warning: even if the syste is a dual processor at boot CentOS reports that "In CentOS 7, single threaded, single CPU 64-bit ...
by acicuta
29 May 2015, 19:40
Forum: Installation & compilation
Topic: Error compiling Elmer on Solaris 10 (SPARC)
Replies: 6
Views: 6341

Re: Error compiling Elmer on Solaris 10 (SPARC)

After downloading the source code of elmer version 8 revision 5016809 i think I finally understand why the Solaris Studio 12.4 isn't able to compile elmer. During the configuration, cmake gave me an error earlier than in my previous attempts: "Fortran compiler does not seem to support the PROCE...
by acicuta
25 Mar 2015, 23:12
Forum: Installation & compilation
Topic: Error compiling Elmer on Solaris 10 (SPARC)
Replies: 6
Views: 6341

Re: Error compiling Elmer on Solaris 10 (SPARC)

I'm happy to report that I have been able to compile elmer with gcc version 4.9.2 from OpenCSW and link it against the Sun Performance Library. The process wasn't straightforward but everything seems to work fine. Elmer fails more tests that I think it should in a similar way as reported here http:/...
by acicuta
26 Feb 2015, 16:22
Forum: Installation & compilation
Topic: Error compiling Elmer on Solaris 10 (SPARC)
Replies: 6
Views: 6341

Re: Error compiling Elmer on Solaris 10 (SPARC)

Thank you for your answer. According to the solaris studio 12.4 user's guide, the fortran compiler that I am using has a module called ISO_C_BINDING and the attribute BIND(C) to have interoperability with C. Also, according to another source, it seems that the Solaris Studio fortran compiler (versio...
by acicuta
24 Feb 2015, 23:53
Forum: Installation & compilation
Topic: Error compiling Elmer on Solaris 10 (SPARC)
Replies: 6
Views: 6341

Re: Error compiling Elmer on Solaris 10 (SPARC)

Thank you for your answer. As I stated, I am currently using the Solaris Studio 12.4 compilers, not the GNU toolchain. I have successfully compiled a previous version of Elmer, without using cmake and using the GNU toolchain (from OpenCSW). The process had been a bit difficult because I wanted to li...
by acicuta
24 Feb 2015, 22:30
Forum: Installation & compilation
Topic: Error compiling Elmer on Solaris 10 (SPARC)
Replies: 6
Views: 6341

Error compiling Elmer on Solaris 10 (SPARC)

Hi, I am trying to compile Elmer on a Sun Blade 2500 with the compilers from Solaris Studio 12.4 I have been able to run cmake (which I installed from OpenCSW). It appears to run correctly. However, when I run make the compilations stops at 73% ([ 73%] Building Fortran object fem/src/CMakeFiles/elme...