On Nov 14, 2016, at 12:19 PM, Mahmood Naderan <mahmood...@gmail.com> wrote:
> 
> The output is not meaningful for me.
> If I add --showme option, the output is http://pastebin.com/FX1ks8iW

--showme does not compile anything.  It just shows you what underlying command 
line *would* be invoked (if you dropped the --showme option).

mpifort (and mpicc and ...) does not actually do any compilation.  The only 
thing it does is add some command line parameters and invoke the underlying 
compiler.  I'm saying that --showme shows you the underlying command that will 
be invoked.  You can invoke that yourself / verify that the right Fortran 
compiler is being used / etc. to see why your code is no longer compiling.

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to