Hi,
I am migrating to the latest compiler version (13) and I get some warnings that I didn't get before. One of these is:
ifort: command line remark #10010: option '-pthread' is deprecated and will be removed in a future release. See '-help deprecated'
I don't find the '-pthread' option in the list of options, neither do I find it in the deprecated options list http://software.intel.com/sites/products/documentation/doclib/stdxe/2013...
So what's the status of '-pthread' and if it will be deprecated which option will take over its functionallity? Or how do I get rid of the remark?
Thanks