Error accesing composed types in ubuntu binaries

Discussion about coding and new developments
Post Reply
sblancoib
Posts: 1
Joined: 11 Jun 2010, 13:58

Error accesing composed types in ubuntu binaries

Post by sblancoib »

Hello everyone,

I have a problem in my user-solver subroutine when I use it in a pre-compiled 64-bits version of elmer in Ubuntu 10.04. The problem pops up with a segmentation error at the following line:

N = Solver % Mesh % MaxElementNodes

It is like the code is not able to access to the composed types of fortran 90. I've working up to now in a compiled-by-myself version of elmer in an old labtop with ubuntu 9.04 without problems but now I've changed to a 64bit 10.04 ubuntu machine and I am using the precompiled version of Elmer given at the Ubuntu software center.

Has anyone had a similar problem?

Thank you very much,

Sergio.
Post Reply