On Jun 19, 2013, at 4:11 PM, Lorenzo Donà <lorechimic...@hotmail.it> wrote:

> MacBook-Pro-di-Lorenzo-Dona:bin lorenzodona$ mpif90
> --------------------------------------------------------------------------
> Unfortunately, this installation of Open MPI was not compiled with
> Fortran 90 support.  As such, the mpif90 compiler is non-functional.
> --------------------------------------------------------------------------
> but when i type:
> MacBook-Pro-di-Lorenzo-Dona:bin lorenzodona$ ./mpif90
> gfortran: fatal error: no input files

This sounds like you might benefit from taking a Linux shell tutorial.

If you run "foo" and get one error message and run "./foo" and get a different 
error message, that suggests that you are running two different "foo" 
executables.  For example, it might mean that "foo" is found early in your 
PATH, and is *not* the "foo" that is in your current working directory.  But 
when you run "./foo", you're forcing the use of the "foo" in your current 
working directory.  It sounds like the former one is broken, but the latter one 
works.

Gus also noted some good points in his reply.

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


Reply via email to