hiya,
I have used the following steps to compile petsc & libmesh on my macbook
pro.
hope this helps.
cheers,
Vasilis
*PETSc:*
./configure --with-debugging=0 COPTFLAGS="-g -O2" CXXOPTFLAGS="-g -O2"
FOPTFLAGS="-g -O2" --disable-shared \
--with-fblaslapack=1 --download-f2cblaslapack=
On Fri, Jun 24, 2016 at 2:13 PM, Jeff opt wrote:
> Hi all
>
> I am installing libmesh (1.0.0-rc2) on OSX 10.10.5. I ran into this
> problem when `make check`
>
> *** Testing ncgen3.
>
> *** creating classic file c0.nc from c0.cdl...
>
> ./run_tests.sh: line 8: 99478 Segmentation fault: 11 ./ncg
Its all good now !
In fact my compiler was the Portland group C++ one...
Sorry and thanks a lot.
Stephane
> From: benjamin.kir...@nasa.gov
> To: tchou...@msn.com; libmesh-users@lists.sourceforge.net
> Date: Tue, 31 Mar 2009 08:31:12 -0500
> Subject: Re: [Libmesh-users] Installa
>> What compiler are you using? I have only seen this issue with the portland
>> group C++ compiler and have never been able to figure out what the issue is
>> with the FEXYZ template instantiations that causes this issue...
>
> I use a gcc4.x compiler.
>
> Its really curious because using the
On Tue, Mar 31, 2009 at 8:19 AM, STEPHANE TCHOUANMO wrote:
>
>> What compiler are you using? I have only seen this issue with the portland
>
>> group C++ compiler and have never been able to figure out what the issue is
>
>> with the FEXYZ template instantiations that causes this issue...
>
>
>
>
using the same compiler on my laptop, i dont have
that problem.
Stephane
> From: benjamin.kir...@nasa.gov
> To: tchou...@msn.com; libmesh-users@lists.sourceforge.net
> Date: Mon, 30 Mar 2009 08:51:57 -0500
> Subject: Re: [Libmesh-users] Installation problem
>
>
> >
> Im trying to install Libmesh with Petsc but it seems that the linking
> libmesh.so is not done properly.
> The installatio of Petsc was succesful, i set correctly my environment
> variables and here is the error i get when compiling libmesh:
> ...
What compiler are you using? I have only seen