Hello there,
I am experiencing a very confusing problem. Previously I've been compiling my MPI program using ifort and the mpif90 script from mpich2. Never had any issues until this afternoon, when I all of a sudden get the following message when compiling:
ifort: command line remark #10010: option '-pthread' is deprecated and will be removed in a future release. See '-help deprecated'
After compilation the code does not run, as there seems to be some problem relating to MPI communications, which I haven't looked into yet, but it would seem to be too much of a coincidence not to be related to this new compilation problem.
Can anybody suggest any possible reasons why I've started to experience this problem please?
Many thanks,
Richard