View Issue Details

IDProjectCategoryView StatusLast Update
0001920OpenFOAMBugpublic2015-11-20 14:32
Reporteruser1280Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSCentOS OS Version6.6
Summary0001920: 64 bit integer OpenFOAM with METIS
Descriptioncompiler ICC 15.0.3
METIS 5.1.0 compiled with #define IDXTYPEWIDTH 64 in metis.h:

Compiling OpenFOAM with -DWM_LABEL_SIZE=64
error:
metisDecomp.C(211): error: argument of type "int *" is incompatible with parameter of type "idx_t={int64_t={long}} *"
              &ncon, // num balancing constraints
              ^

metisDecomp.C(217): error: argument of type "int *" is incompatible with parameter of type "idx_t={int64_t={long}} *"
              &nProcs, // nParts
              ^

metisDecomp.C(221): error: argument of type "int *" is incompatible with parameter of type "idx_t={int64_t={long}} *"
              &edgeCut,
              ^

metisDecomp.C(230): error: argument of type "int *" is incompatible with parameter of type "idx_t={int64_t={long}} *"
              &ncon, // num balancing constraints
              ^

metisDecomp.C(236): error: argument of type "int *" is incompatible with parameter of type "idx_t={int64_t={long}} *"
              &nProcs, // nParts
              ^

metisDecomp.C(240): error: argument of type "int *" is incompatible with parameter of type "idx_t={int64_t={long}} *"
              &edgeCut,
              ^

compilation aborted for metisDecomp.C (code 2)
TagsNo tags attached.

Activities

henry

2015-11-20 14:32

manager   ~0005644

Resolved in OpenFOAM-dev by commit 654433f6928aa19c2e7dfc40b950ddef4d59c4e1
Resolved in OpenFOAM-3.0.x by commit 2ef42da98b7bd5e761edc8463b4c0183067aabec

Issue History

Date Modified Username Field Change
2015-11-19 19:17 user1280 New Issue
2015-11-20 14:32 henry Note Added: 0005644
2015-11-20 14:32 henry Status new => resolved
2015-11-20 14:32 henry Resolution open => fixed
2015-11-20 14:32 henry Assigned To => henry