[OMPI users] Basic question on compiling fortran with windows computer

2013-12-17 Thread Johanna Schauer
Dear List, I have been looking for an answer everywhere, but I cannot find much on this topic. I have a fortran code that uses open mpi. Also, I have a windows 8 computer. I have gfortran installed on my computer and it compiles just fine by itself. Now, I have downloaded and installed Open M

Re: [OMPI users] Basic question on compiling fortran with windows computer

2013-12-28 Thread Johanna Schauer
etc.) ? Thanks a lot and best wishes, Johanna Am 17.12.2013 21:32, schrieb Jeff Squyres (jsquyres): In the OMPI 1.6 series, the Fortran wrapper compilers are named "mpif77" and "mpif90". They were consolidated down to "mpifort" starting with OMPI 1.7. On Dec 17, 20

Re: [OMPI users] Basic question on compiling fortran with windows computer

2014-01-08 Thread Johanna Schauer
s the mpicc executable, then your installation did not build with Fortran support. Check the output of "ompi_info -a", too -- that will indicate whether your OMPI installation expects to have Fortran support included or not. On Dec 28, 2013, at 9:18 AM, Johanna Schauer wrote: Hi