[OMPI users] error building BLACS with openmpi 1.8.4 and intel 2015

2015-03-06 Thread Irena Johnson
Hello, I am trying to build BLACS for openmpi-1.8.4 and intel/2015.u1 The compilation was successful, but I am getting the following error when building the examples: ( cd TESTING ; make ) make[1]: Entering directory `/l/sunfire28/ijohnson/BLACS/TESTING' mpif77 -o /pfs/tmp/ijohnson/BLACS/TE

Re: [OMPI users] error building BLACS with openmpi 1.8.4 and intel 2015

2015-03-06 Thread Nick Papior Andersen
Do you plan to use BLACS for anything else than scalapack? Else I would highly recommend you to just compile scalapack 2.0.2 which has BLACS shipped with it :) 2015-03-06 15:31 GMT+01:00 Irena Johnson : > Hello, > > I am trying to build BLACS for openmpi-1.8.4 and intel/2015.u1 > > The compilati

Re: [OMPI users] error building BLACS with openmpi 1.8.4 and intel 2015

2015-03-06 Thread Irena Johnson
Hi, thank you for your quick response. I am puzzled because Scalapack requires BLACS "When you install ScaLAPACK, the installation assumes that the user has available a low-level message passing layer (like MPI, PVM, or a native message-passing library), a BLACS library (MPIBLACS or PVMBLACS, etc

Re: [OMPI users] error building BLACS with openmpi 1.8.4 and intel 2015

2015-03-06 Thread Nick Papior Andersen
As I said, BLACS is shipped with scalapack since version 2.0.0. Do not expect the scalapack FAQ to be updated, instead download scalapack 2.0.2 and read the README file :) 2015-03-06 16:37 GMT+00:00 Irena Johnson : > Hi, thank you for your quick response. > > I am puzzled because Scalapack requir

Re: [OMPI users] Segmentation fault with MPI_Type_indexed

2015-03-06 Thread Bogdan Sataric
George thank you very much! So can I assume that new indexed type in 1.8.5 will support 64-bit large datatypes, or over the current 4GB datatypes (and some strange internal restrictions in my case)? Or is there any clue what will be the improvement over the existing datatype restrictions? Regards