Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

fortran link-error

m_b_
Beginner
562 Views

Hi guys,

im using Intel composer XE 2011-VS 2008 and linked with abaqus 6.10,and the link was tested and working fine,however when i tried to use abaqus cmd line to submit an analysis i got  this error. Anyone has any clue whts the source of  this kinda error??

 

ifort: command line remark #10279: option '/QxW' is deprecated and will be removed in a future release. See '/help deprecated'

Thanks and any help is really appreciated

0 Kudos
2 Replies
TimP
Honored Contributor III
562 Views

You didn't say how this might be related to Advisor; it seems more relevant to the Windows Fortran forum.  The option /QxW was replaced years ago by /arch:SSE2, which was always the default for Intel64 and was made default for IA32 as well.  This might be related to using a newer compiler than what Abaqus used when testing that version (not necessarily the wrong move on your part).

If Advisor forum were moderated as advertised (and replies not frequently blocked), someone should have replied long ago.

0 Kudos
Steven_L_Intel1
Employee
562 Views

The message you got is simply a warning, not an error. You can ignore it or remove /QxW from the command line as it is the default.

0 Kudos
Reply