On Thursday 11 January 2007 16:46, Alessandro Yoshi Polliotti wrote:
> I hope I'm not asking anything too obvious but I wasn't able to find
> relevant information online.
>
> I have installed apbs enabling mpi, it works but it detects only one cpu in
> my core duo system. Strictly speaking it's correct, but not quite what I
> expected. I would like to know more about this behaviour, is it due to my
> misconfiguration of apbs, mpi, kernel or other factors?
>
> Besides this, trying to make apbs detect my two cores I tried also mpich2
> and lam-mpi as mpi implementations. Using both of them and recompiling
> maloc apbs will complain that maloc has not been compiled with mpi support,
> and will keep mpi out of the build process. maloc however doesn't print any
> warning.
>
> Thanks in advance
>
> --
> "Because while the truncheon may be used in lieu of conversation, words
> will always retain their power. Words offer the means to meaning, and for
> those who will listen, the annunciation of truth."
> V for Vendetta

Hey!

This may be slightly OT, and I dont know apbs, but are you sure that MPI is 
what you need? To my knowledge, MPI is for distributed computing, i.e. when 
you have several nodes to do calculating work.

As far as I understand you only have one computer. Wouldn't some shared memory 
parallel implementation like OpenMP make more sense? You might want to check 
if your application is multithreaded. If it is, and you're just using one 
machine it should already use both cores available in your system. No need 
for MPI in this case.

Cheers,

Ben




-- 
[email protected] mailing list

Reply via email to