seismology / mc_kernel

Calculate seismic sensitivity kernels using Axisem
GNU General Public License v3.0
24 stars 8 forks source link

Ifort problem with automatic allocation #40

Closed sstaehler closed 8 years ago

sstaehler commented 8 years ago

According to information from the LRZ helpdesk, the ifort option -assume realloc_lhs

must be considered buggy, at least up to the current stable version 15. This would explain a number of strange untraceable malloc-segfaults I encountered on SuperMUC. If it is indeed the case, it would require changing a large number of lines, where left-hand-side allocation is used to be able to use it on ifort-based machines like SuperMUC.