I am trying out code_saturne 7.2.0 and run into error when define fluid property with CoolProp. By the way, the fluid is just 'Water'.
Code: Select all
command:
./cs_solver --trace --logp --mpi
***************************************************************
(R)
Code_Saturne
Version 7.2.0
Copyright (C) 1998-2022 EDF S.A., France
build Mon 17 Oct 2022 01:44:43 PM CST
The Code_Saturne CFD tool is free software;
you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
The Code_Saturne CFD tool is distributed in the hope that
it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License
for more details.
***************************************************************
Local case configuration:
Date: Mon 17 Oct 2022 01:48:59 PM CST
System: Linux 5.15.0-50-generic (Ubuntu 22.04.1 LTS)
Machine: qe
Processor: model name : Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 15652 MB
User: wing (wing)
Directory: /home/wing/Data/CAE/Pipe/pipeSaturne/Case1/RESU/20221017-1348
MPI ranks: 4 (appnum attribute: 0)
OpenMP threads: 2
Processors/node: 12
Compilers used for build:
C compiler: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
C++ compiler: g++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Fortran compiler: GNU Fortran (Ubuntu 11.2.0-19ubuntu1) 11.2.0
MPI version: 3.1 (Open MPI 4.1.2)
OpenMP version: 4.5
External libraries:
PT-SCOTCH 6.1.2
I/O read method: collective MPI-IO (explicit offsets)
I/O write method: collective MPI-IO (explicit offsets)
I/O rank step: 1
===============================================================
CALCULATION PREPARATION
=======================
===========================================================
SIGSEGV signal (forbidden memory area access) intercepted!
Call stack:
1: 0x7f5d48b3cfa6 <_ZN8CoolProp16_PropsSI_outputsERSt10shared_ptrINS_13AbstractStat> (libCoolProp.so.6)
Thanks in advance.