Simona,
On 2015/02/08 20:45, simona bellavista wrote:
> I have two systems A (aka Host) and B (aka Target). On A a compiler suite
> is installed (intel 14.0.2), on B there is no compiler. I want to compile
> openmpi on A for running it on system B (in particular, I want to use
> mpirun and mpif90)
OK, thank you for the clarification. As I said I was wondering about the
general procedure. For example I have also another machine to which I would
like to compile, that is the following
Linux other_machine 3.17.6-200.fc20.x86_64 #1 SMP Mon Dec 8 15:21:05 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux
Well, the first thing is that there is no reason to cross compile in this
arrangement. Your target and host are the same, and the configuration won’t do
anything with it.
Normally you would set host and target. However, like I said, in this case you
are providing the same argument to both, and