Commits


Martin Kroeker authored and GitHub committed 65b8a5c5d87
Update compiler flag for openmp use with ICC The deprecated -openmp option was finally removed in favor of -qopenmp or -fopenmp, picking the latter to stay compatible with Intel compiler versions before 2015 (when -q options were introduced). Fixes #1546