[please keep fenics-support in Cc]

On Tue, Apr 21, 2015 at 1:19 PM, Shafa Aria
<[email protected]> wrote:
> Få opp :
>
> /usr/bin/gfortran

And "/usr/bin/gfortran --version" shows version 4.9.2? Do you have
other versions of gfortran in /usr/bin?

Johannes

> -Shafa
> ________________________________________
> From: [email protected] <[email protected]> on behalf of Johannes 
> Ring <[email protected]>
> Sent: 21 April 2015 12:29
> To: Jan Blechta
> Cc: Shafa Aria; [email protected]
> Subject: Re: [FEniCS-support] Error message
>
> On Mon, Apr 20, 2015 at 3:42 PM, Jan Blechta <[email protected]> 
> wrote:
>> [Please, keep [email protected] in CC.]
>>
>> It looks that your UFCConfig.cmake is missing something. What is the
>> contents of the file. Also what is the output of
>>
>>  $ ldd `locate libdolfin.so | head -n 1 -` | grep libgfortran
>>
>> Jan
>>
>>
>> On Mon, 20 Apr 2015 11:44:08 +0000
>> Shafa Aria <[email protected]> wrote:
>>
>>> libgfortran is already installed, the problem is, I think, by looking
>>> at the log file that FEniCS is trying to access by the version 4.8.3
>>> while the version of libgfortran that I have is 4.9.2
>
> Yes, it looks like you have multiple gfortran installations and that
> 4.8.3 was used during compilation and 4.9.2 at runtime. What do you
> get when you run "which gfortran"?
>
> Johannes
>
>>> I installed FEniCS from the source by the command:
>>>
>>> curl -s http://fenicsproject.org/fenics-install.sh | bash
>>>
>>> I am on Fedora 21.
>>>
>>> Shafa
>>> ________________________________________
>>> From: Jan Blechta <[email protected]>
>>> Sent: 20 April 2015 13:14
>>> To: Shafa Aria
>>> Cc: [email protected]
>>> Subject: Re: [FEniCS-support] Error message
>>>
>>> Try installing libgfortran by your packaging system. If you want
>>> getting helped further, tell us what system is it, how you installed
>>> FEniCS and which version.
>>>
>>> Jan
>>>
>>>
>>> On Fri, 17 Apr 2015 13:23:31 +0000
>>> Shafa Aria <[email protected]> wrote:
>>>
>>> > Hi
>>> >
>>> >
>>> > For some reason          Expression(...)
>>> >
>>> > encounters an error.
>>> >
>>> > Ran a simple ipython session:
>>> >
>>> > ---------------------------------------------------------------
>>> >
>>> >
>>> > In [1]: from dolfin import *
>>> >
>>> > In [2]: mesh = UnitSquareMesh(3,3)
>>> >
>>> > In [3]: V = FunctionSpace(mesh, 'CG', 1)
>>> >
>>> > In [4]: e = Expression("x[0]")
>>> > Calling DOLFIN just-in-time (JIT) compiler, this may take some time.
>>> > In instant.recompile: The module did not compile with command 'make
>>> > VERBOSE=1', see 'DIRECTORY/compile.log'
>>> >
>>> >
>>> > ---------------------------------------------------------------
>>> >
>>> > Doesn't seem to work. I have installed FEniCS from source.
>>> >
>>> > Attached error log file.
>>> >
>>> >
>>> > -Shafa
>>>
>>
>> _______________________________________________
>> 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