|
[Sponsors] |
[OpenFOAM.org] scotch decomposition graphCheck error:arc data do not match |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 6, 2023, 08:26 |
scotch decomposition graphCheck error:arc data do not match
|
#1 |
Member
Jnana Bhaskar Rao
Join Date: Mar 2020
Posts: 46
Rep Power: 6 |
OpenFOAM details
OpenFOAM-6, 64 bit installation on Xeon cluster using Compiler: intel-oneapi-compilers-2022.1.0-gcc-11.2.0-iesppt2 MPI:intel-oneapi-mpi-2021.5.1-oneapi-2022.0.0-6gejcyq loaded through 'module load' command When does the error occur? On using scotch decomposition method. Other decomposition methods (simple, hierarchical) work fine, indicating it is a problem with scotch libraries. (I don't have metis) Which Scotch version and how was it compiled. scotch_6.0.6 was compiled with the attached Makefile and scotch.h files. Scotch compilation throws following warning: Code:
gotst.c(229): warning #63: shift count is too large statdat.heigmin = SCOTCH_NUMMAX; Compilation of $FOAM_SRC/parallel folder is successful but on trying to decompose the case, error is shown as follows Code:
ERROR: graphCheck: arc data do not match Note:Compilation of 32 bit for the same versions of scotch and OpenFOAM was successful and scotch decomposition works fine for it. The scotch.h for that has Code:
typedef int SCOTCH_Num; Code:
#define SCOTCH_NUMMAX ((int) (((unsigned int) 1 << ((sizeof (int) << 3) - 1)) - 1)) Other things tried: I have tried to link Gcc compiled 64 bit library for Scotch during compilation of $FOAM_SRC/parallel but the icc/icpc compiler does not read the ptscotch.h file and quits compilation. I looked for the graphCheck error online and found it was a bug way back in the time of OF2 but could not find the commit. Any help is deeply appreciated. JBR |
|
Tags |
64 bit, of6 error on xeon cluster, scotch with icc and impi |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with preserving baffles with scotch parallel decomposition | AnnaF | OpenFOAM Pre-Processing | 7 | November 7, 2024 08:09 |
Scotch Decomposition Method | Astan | OpenFOAM Running, Solving & CFD | 0 | December 15, 2018 06:01 |
blueCFD-Core: scotch Method decomposition | student666 | OpenFOAM Pre-Processing | 1 | December 31, 2017 15:16 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |