Search found 7 matches

by bsotelo
Thu Jun 23, 2022 1:34 am
Forum: Installation issues
Topic: MED Support
Replies: 1
Views: 6933

MED Support

Hi, In the code saturne installation README instructions, the link for MED does not work. https://www.salome-platform.org/user-section/about/med I would like to enable MED support on my code_saturne installation (v 7.1.1) and compile it with ("--with-med" option) but I am not able to find ...
by bsotelo
Thu May 19, 2022 9:49 am
Forum: code_saturne usage
Topic: code saturne MPI example
Replies: 1
Views: 717

code saturne MPI example

Hi, I jut finished installing code saturne and will use with INTEL MPI 2021. I need to run some validation tests. I'm cloning the tutorials from here https://github.com/code-saturne/saturne-tutorials. Are any of these large enough to test a 2-node test? If not, where can I get a code_saturne example...
by bsotelo
Tue May 17, 2022 10:22 am
Forum: Installation issues
Topic: Code Saturne Compilation errors with "recompile with -fPIC"
Replies: 8
Views: 10756

Re: Code Saturne Compilation errors with "recompile with -fPIC"

Hi Yvan, I'm able to reproduce the issue with "ModuleNotFoundError: No module named 'code_saturne'" with versions 7.0.0 and 7.0.4. It is worth mentioning that I was using the tarballs from this site: https://www.code-saturne.org/releases/ T raceback (most recent call last): File "/med...
by bsotelo
Mon May 02, 2022 9:42 am
Forum: Installation issues
Topic: Code Saturne Compilation errors with "recompile with -fPIC"
Replies: 8
Views: 10756

Re: Code Saturne Compilation errors with "recompile with -fPIC"

Thank you for your new reply Yvan. I tried your suggestion and it did not work. I still get the same error: PYTHONPATH=../../bin:../../../bin \ /program/code-saturne-7.0.0/venv/bin/python -B ../../../build-aux/cs_compile_build.py \ ../../../src/apps/cs_solver.c Traceback (most recent call last): Fil...
by bsotelo
Fri Apr 29, 2022 4:51 pm
Forum: Installation issues
Topic: Code Saturne Compilation errors with "recompile with -fPIC"
Replies: 8
Views: 10756

Re: Code Saturne Compilation errors with "recompile with -fPIC"

Thank you for your response Yvan, I realized yes that I had not compiled with CGNS option so i had to do that but I also had to add a -fPIC to FFLAG to CGNS configure step. Then I was able to compile CGNS as a shared library and I think this is now a thing of the past. The new error that I get when ...
by bsotelo
Fri Apr 29, 2022 12:26 am
Forum: Installation issues
Topic: Code Saturne Compilation errors with "recompile with -fPIC"
Replies: 8
Views: 10756

Re: Code Saturne Compilation errors with "recompile with -fPIC"

I forgot to attach my log files, they are now in this response. On further debugging, I added this flag "--enable-shared" to code saturne's configure line as well as added this system env var "export CXXFLAGS="$CXXFLAGS -fPIC"" before running configure but it yields the...
by bsotelo
Thu Apr 28, 2022 10:06 pm
Forum: Installation issues
Topic: Code Saturne Compilation errors with "recompile with -fPIC"
Replies: 8
Views: 10756

Code Saturne Compilation errors with "recompile with -fPIC"

Hi I'm installing code saturne latest stable version 7.0.0 and building it from source, this is my configure line: CC=mpiicc ../configure --prefix=/program/code-saturne-7.0.0/ --with-hdf5=/program/code-saturne-7.0.0/hdf5-1.12.1/ --with-cgns=/program/code-saturne-7.0.0/cgns-4.3.0/ As you see, I have ...