Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Trying to run my FMM charm on a Cluster

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Trying to run my FMM charm on a Cluster


Chronological Thread 
  • From: Mustafa Abdul Jabbar <musbar AT gmail.com>
  • To: Phil Miller <mille121 AT illinois.edu>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] Trying to run my FMM charm on a Cluster
  • Date: Tue, 15 Apr 2014 10:43:19 +0300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

I dont think I have an old version, because a couple of 2 days ago, I cloned the github repository on the cluster with "git clone http://charm.cs.uiuc.edu/gerrit/charm 
without pointing out a version then built with the following command
./build charm++ net-linux-x86_64 icc ibverbs ifort --with-production -j
 
 
 
That's what I get when I run job. Actually there's no evidence of Commit ID

TACC: Starting up job 3166279
TACC: Starting parallel tasks...
Charmrun> started all node programs in 9.094 seconds.
Charmrun> IBVERBS version of charmrun
Converse/Charm++ Commit ID: 
Charm++> scheduler running in netpoll mode.
CharmLB> Load balancer assumes all CPUs are same.
Charm++> Running on 64 unique compute nodes (16-way SMP).
Charm++> cpu topology info is gathered in 0.031 seconds.

I opened a file called charm.spec, and here's what I got

#
# spec file for building charm rpm for redhat.
#
Summary: Charm++

%define buildsmp 0
%define charm_options  %{nil}

%if %{buildsmp}
Name: Charm-smp
%define charm_options  %{charm_option} smp
%else
Name: Charm
%endif

Version: 5.9
Release: 12
Copyright: GPL
Group: Applications/System
BuildRoot: /var/tmp/%{name}-root




On Tue, Apr 15, 2014 at 2:19 AM, Phil Miller <mille121 AT illinois.edu> wrote:
On Mon, Apr 14, 2014 at 6:14 PM, Abhishek Gupta <gupta59 AT illinois.edu> wrote:
Which version of Charm++ are you using?

Specifically, the first few lines of output when you run your program should contain one that looks like this:
"Converse/Charm++ Commit ID: v6.6.0-rc1-56-g684bf4b"
Please copy that for us.




Archive powered by MHonArc 2.6.16.

Top of Page