slcs-jsc / mptrac

Massive-Parallel Trajectory Calculations (MPTRAC) is a Lagrangian particle dispersion model for the analysis of atmospheric transport processes in the free troposphere and stratosphere.
GNU General Public License v3.0
36 stars 14 forks source link

Build zlib with -fPIC flag #34

Closed BolarinwaSaheed closed 9 months ago

BolarinwaSaheed commented 9 months ago

On some systems, e.g. SuperMUC-NG, the zlib binary cannot locate some symbols defined as a position-independent code (PIC).

To resolve this build the entire zlib to use PIC.

lars2015 commented 9 months ago

This issue was mentioned also by other colleagues. Thanks for fixing it, Saheed!