Search found 4236 matches

by Yvan Fournier
Mon May 14, 2012 4:58 pm
Forum: code_saturne usage
Topic: saturne 2.2 coupled with syrthes 3.4
Replies: 28
Views: 28241

Re: saturne 2.2 coupled with syrthes 3.4

Hello,

This seems correct. I just checked on my Ubuntu 12.04 install, and I do not have any issue.

Also, as the value in of SYRTHES4_MPIPATH in your syrthes.profile is correct, you should not have any error relative to MPI (the syrthes.py script only checks the path is defined, not that MPI is ...
by Yvan Fournier
Mon May 14, 2012 2:29 pm
Forum: code_saturne usage
Topic: saturne 2.2 coupled with syrthes 3.4
Replies: 28
Views: 28241

Re: saturne 2.2 coupled with syrthes 3.4

Hello,

What is the value of SYRTHES4_MPIPATH string in your syrthes.profile file ?

There might be an issue in the MPI configuration for SYRTHES.

Best regards,

Yvan
by Yvan Fournier
Mon May 14, 2012 10:59 am
Forum: Installation issues
Topic: Problem with mpi.h in CGNS installation
Replies: 5
Views: 13576

Re: Problem with mpi.h in CGNS installation

Hello,

Do you have a mpi.h in /usr/include ? What MPI version/packages do you have after all ?

If you do not need CGNS file format support, tell the installer not to use it. Otherwise, you may either use a packaged version of CGNS (but you will only have version 2.5), or install CGNS manually ...
by Yvan Fournier
Fri May 11, 2012 10:32 am
Forum: code_saturne usage
Topic: error import mesh file med saturne2.2
Replies: 4
Views: 5110

Re: error import mesh file med saturne2.2

Hello,

OK, fine. Actually, when you run an Ubuntu update, it probably calls /sbin/ldconfig, so the problem may have been solved in an indirect manner.

Regards,

Yvan
by Yvan Fournier
Fri May 11, 2012 10:29 am
Forum: code_saturne usage
Topic: how to use Pulverized coal combustion module by using GUI.
Replies: 16
Views: 15410

Re: how to use Pulverized coal combustion module by using GU

Hello,

Judging by the warning message for the optical length of the semi-transparent medium, your radiative source term seems too high, or your absorption coefficient too small. Did you try increasing it ?

Best regards,

Yvan
by Yvan Fournier
Fri May 11, 2012 10:05 am
Forum: code_saturne usage
Topic: Chemical Vapor Deposition Help
Replies: 8
Views: 7109

Re: Chemical Vapor Deposition Help

Hello,

Your value of base wall flux density seems very small (wallflx = 1.8 * 10**-10), so I would expect the increase in scalars to be very very slow.

Can you test with a higher value (not so high that you crash the calculation, but using a value so that the flux density/(specific heat equivalent ...
by Yvan Fournier
Thu May 10, 2012 4:25 pm
Forum: code_saturne usage
Topic: error import mesh file med saturne2.2
Replies: 4
Views: 5110

Re: error import mesh file med saturne2.2

Hello,

It seems the shared library cache is not updated (this has been reported in the past, but we have not reproduced in on our Linux distributions).

There are 2 options:

If you have administrator (or sudo) priviledges, run: /sbin/ldconfig

Otherwise, add:

export LD_LIBRARY_PATH=/usr/local/lib ...
by Yvan Fournier
Thu May 10, 2012 4:20 pm
Forum: code_saturne usage
Topic: saturne 2.2 coupled with syrthes 3.4
Replies: 28
Views: 28241

Re: saturne 2.2 coupled with syrthes 3.4

Hello,

Yes, the SYRTHES team is in the same departement, less than 20 meters away, but they do not seem too interested in the Autotools, even with assistance.

Actually, only a few of us in the Code_Saturne team are really familiar with the the Autotools, and building an install which allows user ...
by Yvan Fournier
Thu May 10, 2012 11:55 am
Forum: code_saturne usage
Topic: problem k-omega sst
Replies: 11
Views: 9805

Re: problem k-omega sst

Hello,

You might have some other error in the setup for version 2.1.

Did you try addr2line for the other addresses in the backtrace (from top to
bottom) ?

Regards,

Yvan
by Yvan Fournier
Thu May 10, 2012 11:52 am
Forum: code_saturne usage
Topic: saturne 2.2 coupled with syrthes 3.4
Replies: 28
Views: 28241

Re: saturne 2.2 coupled with syrthes 3.4

Hello Martin,

Yes, things would probably simpler if SYRTHES also used the Autotools, but the development team is small (2 people, who work only a fraction of their time on the code, + occasional subcontracting for the GUI and tools).

Regarding /usr as a path for MPI in setup.ini, this should work ...