Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use PRIdMAX instead of %jd.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 13 Oct 2018 20:14:10 +0000 (22:14 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 13 Oct 2018 20:16:24 +0000 (22:16 +0200)
commit819942b4ca0be7a019133420d20004abf80de221
treea7926b3e402af65fd1d065af42fff702821972e5
parente69e570d15b41c20f53ea6861c06fa9f8f628063
Use PRIdMAX instead of %jd.

Hope to workaround a bug of icc where:
error #181: argument of type "intmax_t={__intmax_t={long}}" is incompatible with format "%jd", expecting argument of type "long long"

See also https://software.intel.com/en-us/forums/intel-c-compiler/topic/747479
src/smpi/internals/smpi_global.cpp