Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix fortran + ARM 64 bits.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 18 Nov 2019 10:39:57 +0000 (11:39 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 18 Nov 2019 10:53:47 +0000 (11:53 +0100)
commit992e8db3f28cf1b5981ff2f929351f7150a9d992
treeb013498249fad3a46a19ab936845328b22e1f8c4
parentd9fb9c3b94a08a8a49509e49e3dc847f6c215b99
fix fortran + ARM 64 bits.
I would like to get rid of these lists of architectures, and rely on cmake sizeof_voidp ... but this would mean relying on internal_config from smpi.h, and this is bad practice in simgrid :p Any idea ? Feel free to change it.
Anyway I changed the one in a cpp file that handles 99% of the cases, le .h is there for some ugly corner cases... This should not trigger too many errors in case of a new 64bits architecture popping.
include/smpi/smpi.h
src/smpi/bindings/smpi_f77.cpp