Skip to Content.
Sympa Menu

charm - [charm] Compiling charm with openmpi

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Compiling charm with openmpi


Chronological Thread 
  • From: Liviu Cristea <liviu.daniel.cristea AT gmail.com>
  • To: charm AT cs.illinois.edu
  • Subject: [charm] Compiling charm with openmpi
  • Date: Wed, 20 Feb 2013 20:27:21 -0800
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hello,

Is it possible to build charm with OpenMPI compiler mpicc?
I saw mpicxx works, but that is part of mpich2 I believe, which is something I cannot use.
A FAQ page would be great; I have looked everywhere but didn't find anything.

I am trying to build the NAMD project, and they have this in their README page:

Build and test the Charm++/Converse library (MPI version):
  env MPICXX=mpicxx ./build charm++ mpi-linux-x86_64 --no-build-shared --with-production
  cd mpi-linux-x86_64/tests/charm++/megatest
  make pgm
  mpirun -n 4 ./pgm    (run as any other MPI program on your cluster)
  cd ../../../../..

Thank you,
A student working on NAMD


  • [charm] Compiling charm with openmpi, Liviu Cristea, 02/20/2013

Archive powered by MHonArc 2.6.16.

Top of Page