Skip to Content.
Sympa Menu

charm - [charm] Building charm++ with SMP and on GNU/Linux x86_64

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Building charm++ with SMP and on GNU/Linux x86_64


Chronological Thread 
  • From: Shad Kirmani <sxk5292 AT cse.psu.edu>
  • To: charm AT cs.uiuc.edu, Pritish Jetley <pjetley2 AT uiuc.edu>
  • Subject: [charm] Building charm++ with SMP and on GNU/Linux x86_64
  • Date: Fri, 9 Mar 2012 20:48:14 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hello,

I am trying to build charm++ with SMP support. My machine specifications are:

[sxk5292@cyberstar84 test]$ uname -a
Linux cyberstar84.hpc.rcc.psu.edu 2.6.18-274.7.1.el5 #1 SMP Mon Oct 17 11:57:14 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

Please also visit http://www.ics.psu.edu/infrast/specs.html for more detailed specifications.

To build charm++, I chose the version mpi-linux-x86_64 with smp option set. 

When I run my code I get the following output from charm++:
[sxk5292@cyberstar84 test]$ ./pbsall.sh 
Charm++> Running on MPI version: 2.1
Charm++> level of thread support used: MPI_THREAD_SINGLE (desired: MPI_THREAD_FUNNELED)
Charm++> Running on SMP mode, 1 worker threads per process
Charm++> The comm. thread both sends and receives messages
Converse/Charm++ Commit ID: v6.3.0-1293-g7f245d0
Warning> Randomization of stack pointer is turned on in kernel.
------------- Processor 14 Exiting: Caught Signal ------------
Signal: 11
------------- Processor 49 Exiting: Caught Signal ------------
Signal: 11
--------------------------------------------------------------------------
mpirun noticed that process rank 14 with PID 21394 on node cyberstar83 exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
...
...

I have tried building charm++ with the following command line arguments:
./build charm++ mpi-linux-x86_64 smp 
and
./build charm++ mpi-linux-x86_64 smp -DCMK_SMP=1 -DCMK_MPI_INIT_THREAD=1

Can anybody please help with the command line arguments to build charm++.

Thanks,
Shad




Archive powered by MHonArc 2.6.16.

Top of Page