Glad it's working!
On May 29, 2012, at 6:33 PM, Antonio Messina wrote:
> On 05/29/2012 06:16 PM, Jeff Squyres wrote:
>> Can you also send this file (please compress):
>>
>>opal/libltdl/config.log
>
> I am sorry, I must have done some mistake before because now it is
> compiling fine. I gues
On 05/29/2012 06:16 PM, Jeff Squyres wrote:
> Can you also send this file (please compress):
>
> opal/libltdl/config.log
I am sorry, I must have done some mistake before because now it is
compiling fine. I guess I was using the source tree from a previous
compilation.
Sorry for the noise.
.
Can you also send this file (please compress):
opal/libltdl/config.log
On May 29, 2012, at 8:19 AM, Antonio Messina wrote:
> Dear all, I'm having troubles while compiling (well, trying to compile)
> openmpi 1.6 with intel 12.0.4. The error message I am getting while
> running the configure
On May 28, 2012, at 3:48 PM, François Guertin wrote:
> I try to bind both the memory and processes on our compute cluster nodes
> but only the processes binding works. How can I also specify to allocate
> the memory on the same numa node than where the process is bind? I tried
> with the option "
On Tue, May 29, 2012 at 9:05 AM, Jeff Squyres wrote:
>
>
> We've tossed around ideas such as having the wrappers always assume
> dynamic linking (e.g., only include a minimum of libraries), and then add
> another wrapper option like --wrapper:static (or whatever) to know when to
> add in all the d
On May 27, 2012, at 1:52 PM, Jed Brown wrote:
> On Wed, May 23, 2012 at 8:29 AM, Barrett, Brian W wrote:
>
> > And therein lies the problem. We have a number of users who build Open
> > MPI statically and even some who build both static and shared libraries in
> > the same build. We've never b
Hi,
I have this array [1 2 3 4 5 6 7 8 9] and i am performing scan operation on
that.
I have 3 mpi tasks and each task gets 3 elements then each task calculates
its scan and returns result to master task
task 0 - [1 2 3] => [1 3 6]
task 1 - [4 5 6 ] => [4 9 15]
task 2 - [7 8 9] => [7 15 24]
Now
Dear all, I'm having troubles while compiling (well, trying to compile)
openmpi 1.6 with intel 12.0.4. The error message I am getting while
running the configure script is:
*** GNU libltdl setup
checking location of libltdl... internal copy
configure: WARNING: Failed to build GNU libltdl. This us