Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2015-03-12 22:30:34

Humberto
Member
From: Ensenada, Mexico
Registered: 2012-10-15
Posts: 104
Website

Salome-Meca 2015.1 Fails in Ubuntu 14.10

I just installed the mentioned version and I made a really simple test case of a Linear Elastic analysis, and it fails right after reading my command.comm file

# ------------------------------------------------------------------------------------------
# Impression du contenu du fichier de commandes à exécuter :
# ------------------------------------------------------------------------------------------
DEBUT();
.........
......ALL MY COMMAND.COMM FILE
..........

FIN();

# ------------------------------------------------------------------------------------------
../../bibc/supervis/astercore_module.c 533 : erreur lors de l'appel a la fonction E_Global.print_header
EXECUTION_CODE_ASTER_EXIT_0001-5651-HPg32=134

I used to have the same issue with 2014 and I think it got solved when I installed another latter version of the 2014 series.

Any ideas?

Offline

#2 2015-03-15 16:01:32

Thomas DE SOZA
Guru
From: EDF
Registered: 2007-11-23
Posts: 3,066

Re: Salome-Meca 2015.1 Fails in Ubuntu 14.10

Hi,

Indeed you reported the same problem earlier. See my answer on your answer post : http://www.code-aster.org/forum2/viewto … 384#p46384
Installing the missing packages may fix your problem.

TdS

Offline

#3 2015-03-16 04:47:04

Humberto
Member
From: Ensenada, Mexico
Registered: 2012-10-15
Posts: 104
Website

Re: Salome-Meca 2015.1 Fails in Ubuntu 14.10

Thomas DE SOZA wrote:

Hi,

Indeed you reported the same problem earlier. See my answer on your answer post : http://www.code-aster.org/forum2/viewto … 384#p46384
Installing the missing packages may fix your problem.

TdS

Thanks Thomas, indeed First thing I did, was to go back to that post, and tried to istall those libraries you mention, but I already had them installed in their lattest version

I did  "sudo apt-get install libblas-dev liblapack-dev"

just to find out they were already installed.


This is driving me crazy!

Offline

#4 2015-06-23 19:47:43

Thomas DE SOZA
Guru
From: EDF
Registered: 2007-11-23
Posts: 3,066

Re: Salome-Meca 2015.1 Fails in Ubuntu 14.10

Hi,

If you've been unable to solve your problem yet, you may want to check the definition of the "alternatives", the mechanism used by Ubuntu to handle multiple libraries/executables serving the same purpose.
The problem may be that although libblas-dev and liblapack-dev have been installed, they are not used.

The alternatives may be edited with GUI such as Galternatives (for Gnome) or directly using the command-line with "update-alternatives".

TdS

Offline

#5 2015-08-06 23:40:21

Humberto
Member
From: Ensenada, Mexico
Registered: 2012-10-15
Posts: 104
Website

Re: Salome-Meca 2015.1 Fails in Ubuntu 14.10

after you pointed out the update-alternatives, I did remove both libraries and reinstalled them:

sudo apt-get purge libblas-dev liblapack-dev

sudo apt-get install libblas-dev liblapack-dev

After that it worked fine!  with 2015.2

Thanks Thomas

Offline

#6 2015-08-15 17:51:22

Thomas DE SOZA
Guru
From: EDF
Registered: 2007-11-23
Posts: 3,066

Re: Salome-Meca 2015.1 Fails in Ubuntu 14.10

Glad this worked, don't forget to mark your thread as SOLVED by editing the first post.

TdS

Offline