Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
80 stars 22 forks source link

configure fails with intel OneAPI 2022.2.0 #94

Closed bourdin closed 1 year ago

bourdin commented 1 year ago

Configure fails when using the latest version of the intel OneAPI compilers on a plain RHEL7 linux box. I don't understand where the -loopopt-1 options gets pulled from.

config.log

Any idea?

wkliao commented 1 year ago

According to this post, it seems the problem can be resolved by autoconf 2.7.0 or newer versions. Could you give it a try? Note once it is installed, please run command "autoreconf -i" before your configure command.

bourdin commented 1 year ago

Thanks. It worked (modulo having to build a newer version of autoconf).