Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29263 Discussions

ifort: command line remark #10010: option '-w90' is deprecated and will be removed in a future release. See '-help deprecated'

Rashid_Z_
Beginner
1,328 Views

I am using a ifort for user subroutine in abaqus. I am getting the following warning.

"ifort: command line remark #10010: option '-w90' is deprecated and will be removed in a future release. See '-help deprecated'"

"ifort: command line remark #10010: option '-w95' is deprecated and will be removed in a future release. See '-help deprecated'"

Can anybody help me please?

0 Kudos
1 Reply
TimP
Honored Contributor III
1,328 Views

Presumably, Abaqus will take care of this in their script when they begin supporting newer compilers.  Would -stand work for you?  Or do you simply mean to pass the alert about dangling references to help deprecated?

0 Kudos
Reply