View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001920 | OpenFOAM | Bug | public | 2015-11-19 19:17 | 2015-11-20 14:32 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | CentOS | OS Version | 6.6 |
Summary | 0001920: 64 bit integer OpenFOAM with METIS | ||||
Description | compiler 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) | ||||
Tags | No tags attached. | ||||