Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] current results on LLNL cluster

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] current results on LLNL cluster


Chronological Thread 
  • From: Jim Phillips <jim AT ks.uiuc.edu>
  • To: "Bennion, Brian" <Bennion1 AT llnl.gov>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] current results on LLNL cluster
  • Date: Thu, 8 Sep 2011 12:32:50 -0500 (CDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>


Also, you can use a trick like this in your mympiexec script to work around the /tmp problem:

#!/bin/csh

sed 's/\/tmp\//\/tmp\/bennion1\//g' $3 > $3.fixed

chmod +x $3.fixed

exec ibrun $3.fixed


-Jim


On Thu, 8 Sep 2011, Bennion, Brian wrote:




Hello,

Compilation of all the suggested versions of charm++ have been completed.
They were:
mpi-linux-x86_64
mpi-linux-x86_64 smp
net-linux-x86_64 ivberbs
net-linux-x86_64 ibverbs smp

It appears that the first charmm build is the best for namd2.8. I saw a 25%
speedup on my regular jobs using the same processor counts. No extra tricks
were employed in compiling charm++ or namd2.8.

The ibverbs version did compile for charm++ and namd2.8 and was even able to
start. however, sockets closed prematurely on some node and the whole things
burns to the ground.

Two quick thoughts here. First, looking at the charm.XXXXX files that are
created, they look for some /tmp/charm.XXXX directories that are not going to
be available. The tmp filesystem goes by username it /tmp/bennion1/XXXXX
Second, I will check with our admins to see if using ib layer is even
permissible.

Brian

_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm
_______________________________________________
ppl mailing list
ppl AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/ppl





Archive powered by MHonArc 2.6.16.

Top of Page