Skip to Content.
Sympa Menu

charm - [charm] Charm-6.3.2 (mpi-darwin-ppc): debug-conv.o error 1

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Charm-6.3.2 (mpi-darwin-ppc): debug-conv.o error 1


Chronological Thread 
  • From: Albert Kwansa <kwansa AT hotmail.com>
  • To: <charm AT cs.illinois.edu>
  • Subject: [charm] Charm-6.3.2 (mpi-darwin-ppc): debug-conv.o error 1
  • Date: Sun, 9 Oct 2011 19:37:58 -0400
  • Importance: Normal
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dear Charm++ Developers,

We are attempting to compile Charm++ (charm-6.3.2) included with the source code for NAMD 2.8 on a MacOSX computing cluster (PowerPC CPUs; uses an InfiniBand-based network) with MPI (MPICH version 1.2.5), but we've been unsuccessful in our attempts.

The build line that we are are using is: "env MPICXX=mpicxx ./build charm++ mpi-darwin-ppc --basedir /nfs/compilers/mpich-1.2.5". And "mpicxx --version" leads to the following: "g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)". Also, we haven't made any modifications to the "conv-mach.sh" file in the "mpi-darwin-ppc" charm-6.3.2./arch folder.

A truncated output representative of our unsuccessful build attempts is below. We've also tried to compile different versions of Charm++ (i.e., charm-6.1 & charm-6.2.1), but all attempts result in these same set of errors. We've tried looking through the Charm++ mailing list archive, but it does not appear that these specific errors have been encountered elsewhere, so any assistance would be greatly appreciated.

Thank you for your time. Please let me know if any additional information could be helpful to help identify where we may be going wrong.

-Albert

/////////////////////////////////

../bin/charmc   -c -I. convcore.c
../bin/charmc   -c -I. conv-conds.c
../bin/charmc   -c -I. queueing.c
../bin/charmc   -c -I. msgmgr.c
../bin/charmc   -c -I. cpm.c
../bin/charmc   -c -I. cpthreads.c
../bin/charmc   -c -I. futures.c
../bin/charmc   -c -I. cldb.c
../bin/charmc   -c -I. topology.C
../bin/charmc   -c -I. random.c
../bin/charmc   -c -I. debug-conv.c
debug-conv.c:35: error: parse error before "netlong"
debug-conv.c:36: error: parse error before '}' token
debug-conv.c:36: warning: data definition has no type or storage class
debug-conv.c:37: error: parse error before '.' token
debug-conv.c:38: error: request for member `c' in something not a structure or union
debug-conv.c:38: error: request for member `c' in something not a structure or union
debug-conv.c:38: error: request for member `c' in something not a structure or union
debug-conv.c:38: error: request for member `c' in something not a structure or union
debug-conv.c:38: warning: data definition has no type or storage class
debug-conv.c:39: error: parse error before "return"
debug-conv.c: In function `CpdSearchLeaks':
debug-conv.c:65: warning: assignment makes pointer from integer without a cast
debug-conv.c:66: warning: assignment makes pointer from integer without a cast
debug-conv.c:67: warning: assignment makes pointer from integer without a cast
debug-conv.c:68: warning: assignment makes pointer from integer without a cast
debug-conv.c:70: warning: assignment makes pointer from integer without a cast
debug-conv.c:71: warning: assignment makes pointer from integer without a cast
debug-conv.c:72: warning: assignment makes pointer from integer without a cast
debug-conv.c:73: warning: assignment makes pointer from integer without a cast
Fatal Error by charmc in directory /home/[username]/charm-6.3.2/mpi-darwin-ppc/tmp
   Command mpicc -fPIC -I../bin/../include -D__CHARMC__=1 -I. -dynamic -fno-common -I/nfs/compilers/mpich-1.2.5/include -c debug-con
v.c -o debug-conv.o returned error code 1
charmc exiting...
gmake: *** [debug-conv.o] Error 1
-------------------------------------------------
Charm++ NOT BUILT. Either cd into mpi-darwin-ppc/tmp and try
to resolve the problems yourself, visit
http://charm.cs.illinois.edu/
for more information. Otherwise, email the developers at charm AT cs.illinois.edu

/////////////////////////////////



  • [charm] Charm-6.3.2 (mpi-darwin-ppc): debug-conv.o error 1, Albert Kwansa, 10/09/2011

Archive powered by MHonArc 2.6.16.

Top of Page