SeisSol / Training

BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

Docker: int64 support for ParMetis #5

Closed ravil-mobile closed 2 years ago

ravil-mobile commented 2 years ago

Hi,

I used these lines for one of my images https://github.com/SeisSol/Training/blob/647b0d9d49df181299e6831245a2c859b9ab38b0/Dockerfile#L52-L58

I experienced some problem with integer overflow

This is a remedy: sed -i 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' ./metis/include/metis.h

It needs to be added after cd parmetis-4.0.3