Skip to Content.
Sympa Menu

charm - [charm] charm 6.3.2 on aix

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] charm 6.3.2 on aix


Chronological Thread 
  • From: Andrew Emerson <a.emerson AT cineca.it>
  • To: charm AT cs.illinois.edu
  • Subject: [charm] charm 6.3.2 on aix
  • Date: Tue, 20 Dec 2011 09:30:23 -0000
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dear developers

I am trying to compile charm 6.3.2 on AIX 6.1 with C/C++ compilers 11.01. (Power6)

I am getting this compilation error:

../bin/charmc -O -DCMK_OPTIMIZE=1 -c -I. ck.C
"ck.C", line 499.66: 1540-0216 (S) An expression of type "void * const" cannot be converted to type "CmiIntPtr".
"ck.C", line 510.62: 1540-0216 (S) An expression of type "void * const" cannot be converted to type "CmiIntPtr".
"ck.C", line 916.61: 1540-0216 (S) An expression of type "void *" cannot be converted to type "CmiIntPtr".
"ck.C", line 936.76: 1540-0216 (S) An expression of type "void *" cannot be converted to type "CmiIntPtr".
"ck.C", line 950.76: 1540-0216 (S) An expression of type "void *" cannot be converted to type "CmiIntPtr".
"ck.C", line 962.76: 1540-0216 (S) An expression of type "void *" cannot be converted to type "CmiIntPtr".
"ck.C", line 964.50: 1540-0216 (S) An expression of type "void *" cannot be converted to type "CmiIntPtr".
"ck.C", line 1482.61: 1540-0216 (S) An expression of type "void * const" cannot be converted to type "CmiIntPtr".
Fatal Error by charmc in directory /gpfs/scratch/userinternal/aem0/charm-6.3.2/mpi-sp/tmp
Command mpCC_r -qhalt=e -I../bin/../include -D__CHARMC__=1 -DCMK_OPTIMIZE=1 -I. -O -c ck.C -o ck.o returned error code 1
charmc exiting...
gmake: *** [ck.o] Error 1

Any suggestions?

many thanks
Andrew Emerson

--
Dr. Andrew Emerson
Supercomputing Solutions and Applications
CINECA
a.emerson AT cineca.it
skype: aem01966




  • [charm] charm 6.3.2 on aix, Andrew Emerson, 12/20/2011

Archive powered by MHonArc 2.6.16.

Top of Page