|
[Sponsors] |
Could you comment on some valgrind out I get from OpenFOAM-2.3.x |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 6, 2017, 16:06 |
Could you comment on some valgrind out I get from OpenFOAM-2.3.x
|
#1 |
Member
Victor Koppejan
Join Date: May 2015
Posts: 40
Rep Power: 11 |
I have a code based on openfoam-2.3.x (Could be ported to newer version but,.... the usual excuses).
When I put it through valgrind I get the following messeages. Any thoughts and comments. Code seems to run fine normally. I run a centos7 48 core shared mem system, 12 mpi ranks, gnu compilers and openmpi-1.8.8. Thanks in advance for your help. Victor ==10049== Invalid read of size 4 ==10049== at 0xB393EA0: opal_os_dirpath_create (in /opt/ud/openmpi-1.8.8/lib/libopen-pal.so.6.2.2) ==10049== by 0xB0EB045: orte_session_dir (in /opt/ud/openmpi-1.8.8/lib/libopen-rte.so.7.0.6) ==10049== by 0xB0FF764: orte_ess_base_app_setup (in /opt/ud/openmpi-1.8.8/lib/libopen-rte.so.7.0.6) ==10049== by 0x1074D519: rte_init (in /opt/ud/openmpi-1.8.8/lib/openmpi/mca_ess_env.so) ==10049== by 0xB0DD2D7: orte_init (in /opt/ud/openmpi-1.8.8/lib/libopen-rte.so.7.0.6) ==10049== by 0x6FF66BC: ompi_mpi_init (in /opt/ud/openmpi-1.8.8/lib/libmpi.so.1.6.3) ==10049== by 0x70162BA: PMPI_Init (in /opt/ud/openmpi-1.8.8/lib/libmpi.so.1.6.3) ==10049== by 0xA5D8A86: Foam::UPstream::init(int&, char**&) (UPstream.C:64) ==10049== by 0x93C9F61: Foam::ParRunControl::runPar(int&, char**&) (parRun.H:71) ==10049== by 0x93C513F: Foam::argList::argList(int&, char**&, bool, bool, bool) (argList.C:393) ==10049== by 0x47E669: main (setRootCase.H:5) ==10049== Address 0x1198d480 is 48 bytes inside a block of size 51 alloc'd ==10049== at 0x4C27BBD: malloc (vg_replace_malloc.c:296) ==10049== by 0xB393E52: opal_os_dirpath_create (in /opt/ud/openmpi-1.8.8/lib/libopen-pal.so.6.2.2) ==10049== by 0xB0EB045: orte_session_dir (in /opt/ud/openmpi-1.8.8/lib/libopen-rte.so.7.0.6) ==10049== by 0xB0FF764: orte_ess_base_app_setup (in /opt/ud/openmpi-1.8.8/lib/libopen-rte.so.7.0.6) ==10049== by 0x1074D519: rte_init (in /opt/ud/openmpi-1.8.8/lib/openmpi/mca_ess_env.so) ==10049== by 0xB0DD2D7: orte_init (in /opt/ud/openmpi-1.8.8/lib/libopen-rte.so.7.0.6) ==10049== by 0x6FF66BC: ompi_mpi_init (in /opt/ud/openmpi-1.8.8/lib/libmpi.so.1.6.3) ==10049== by 0x70162BA: PMPI_Init (in /opt/ud/openmpi-1.8.8/lib/libmpi.so.1.6.3) ==10049== by 0xA5D8A86: Foam::UPstream::init(int&, char**&) (UPstream.C:64) ==10049== by 0x93C9F61: Foam::ParRunControl::runPar(int&, char**&) (parRun.H:71) ==10049== by 0x93C513F: Foam::argList::argList(int&, char**&, bool, bool, bool) (argList.C:393) ==10049== by 0x47E669: main (setRootCase.H:5) Last edited by vkoppejan; June 6, 2017 at 16:38. Reason: additional info on system used, changed to full debug output |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology | wyldckat | OpenFOAM | 17 | November 10, 2017 16:54 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
OpenFOAM Training, London, Chicago, Munich, Houston 2016-2017 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 14, 2016 04:19 |
[swak4Foam] Installing OpenFOAM 2.3.x and swak4Foam on Mac Yosemite 10.10.5 | ajonuz | OpenFOAM Community Contributions | 9 | October 24, 2015 13:11 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |