Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler flag -nomixed_str_len_arg deprecated in Intel 2021 #911

Open
emkemp opened this issue Oct 15, 2021 · 2 comments
Open

Compiler flag -nomixed_str_len_arg deprecated in Intel 2021 #911

emkemp opened this issue Oct 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@emkemp
Copy link
Contributor

emkemp commented Oct 15, 2021

Bug Description

Currently the LISF build system sets the flag -nomixed_str_len_arg when compiling with Intel Fortran. On Narwhal (using Intel oneapi_2021.3.0.3219), this generates a warning about deprecation:

ifort: command line warning #10434: option '-nomixed_str_len_arg' use with underscore is deprecated; use '-nomixed-str-len-arg' instead

This is not a problem yet but will be soon. An adjustment to the build system is warranted.

Steps to Replicate

Easily replicated on Narwhal. Load Jim Geiger's private module "lisf_74_prgenv_intel_8.1.0". Then compile LDT off of the support/lisf-557ww-7.4 branch. (Can also use the master branch.) Frequent warning messages will appear in the standard output.

@emkemp emkemp added the bug Something isn't working label Oct 15, 2021
@jvgeiger
Copy link
Contributor

jvgeiger commented Dec 3, 2021

Yes, I agree. I must first determine which versions of the Intel compilers our partners are using. I do not want to accidentally break compilation for "older" Intel compilers.

@emkemp
Copy link
Contributor Author

emkemp commented Jul 16, 2024

This is still a TODO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants