I am reporting CODES build issue with Intel 19 and GCC 6.3, please suggest
a workaround. I downloaded the software from:
https://press3.mcs.anl.gov/codes/downloads/
.././src/util/codes_mapping.c(465): error: argument of type "tw_pe" is
incompatible with parameter of type "tw_pe *"
tw_kp_onpe(kpid, g_tw_pe[0]);
^
.././src/util/codes_mapping.c(477): warning #266: function "tw_getpe"
declared implicitly
pe = tw_getpe(kpid % g_tw_npe);
^
.././src/util/codes_mapping.c(477): error: identifier "g_tw_npe" is
undefined
pe = tw_getpe(kpid % g_tw_npe);
^
.././src/util/codes_mapping.c(477): warning #556: a value of type "int"
cannot be assigned to an entity of type "tw_pe *"
pe = tw_getpe(kpid % g_tw_npe);
^
--
Thanks,
Sayan | https://sg0.github.io/