Skip to Content.
Sympa Menu

charm - [charm] Compilation error for Bluegene/Q

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Compilation error for Bluegene/Q


Chronological Thread 
  • From: Jingjie Yeo <yeojj AT mit.edu>
  • To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: [charm] Compilation error for Bluegene/Q
  • Date: Mon, 2 May 2016 16:48:38 +0000
  • Accept-language: en-US

Dear Admin,

I am having some issues compiling on Bluegene/Q, I’ve tried compiling with:
./build charm++ pamilrts-bluegeneq xlc -j16 --with-production

But I ended up with the error:
"lz4.c", line 157.16: 1506-508 (W) Option push for pragma pack is not
supported.
"lz4.c", line 157.1: 1506-224 (W) Incorrect pragma ignored.
"lz4.c", line 165.16: 1506-726 (W) Attempting to pop an empty pack stack.
Current pack may change.
"BGQTorus.C", line 57.3: 1540-0274 (S) The name lookup for
"Kernel_GetMapping" did not find a declaration.
../bin/charmc -optimize -production -c pup_f.f90 && ../bin/charmc
-optimize -production -cpmod ../include pupmod.M || touch pup_f.o
Fatal Error by charmc in directory
/home/ihpcjyeo/scratch/NAMD_2.11_Source/charm-6.7.0/pamilrts-bluegeneq-xlc/tmp
Command bgxlC_r -qhalt=e -qnokeyword=__int128 -qtls=local-exec
-I../bin/../include -I/bgsys/drivers/ppcfloor/comm/sys-fast/include
-I/bgsys/drivers/ppcfloor/spi/include -I/bgsys/drivers/ppcfloor
-I/bgsys/drivers/ppcfloor/spi/include/kernel/cnk
-I/soft/libraries/alcf/current/xl/ZLIB//include -D__CHARMC__=1 -I. -O3
-U_FORTIFY_SOURCE -qlanglvl=extended0x -c BGQTorus.C -o BGQTorus.o returned
error code 1
charmc exiting...
../bin/charmc -optimize -production -o ../lib/libldb-rand.a cldb.rand.c
gmake: *** [BGQTorus.o] Error 1
gmake: *** Waiting for unfinished jobs....
1517-020: (E) Source file is empty.
** pup_f.f90 === End of Compilation 1 ===
"cmimemcpy_qpx.c", line 104.22: 1506-280 (W) Function argument assignment
between types "char*" and "const char*" is not allowed.
"pup_f.f90", 1500-030 (I) INFORMATION: (block data)__1: Additional
optimization may be attained by recompiling and specifying MAXMEM option with
a value greater than 0.
1501-510 Compilation successful for file pup_f.f90.
cp: cannot stat `PUPMOD': No such file or directory
Fatal Error by charmc in directory
/home/ihpcjyeo/scratch/NAMD_2.11_Source/charm-6.7.0/pamilrts-bluegeneq-xlc/tmp
Command cp -p PUPMOD ../include/ returned error code 1
charmc exiting...
/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-ar: creating
../lib/libldb-rand.a
../bin/charmc -optimize -production -o ../lib/libconv-cplus-y.a machine.o
/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-ar: creating
../lib/libconv-cplus-y.a
../bin/charmc -optimize -production -I. -o ../lib/libconv-cplus-n.a
-DFOR_CPLUS=0 machine.c
1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential
to alter the semantics of a program. Please refer to documentation on the
STRICT/NOSTRICT option for more information.
/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-ar: creating
../lib/libconv-cplus-n.a
1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential
to alter the semantics of a program. Please refer to documentation on the
STRICT/NOSTRICT option for more information.
1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential
to alter the semantics of a program. Please refer to documentation on the
STRICT/NOSTRICT option for more information.

May I know how can I resolve this issue? Thank you very much for your kind
assistance.

Best Regards,
Jingjie




Archive powered by MHonArc 2.6.16.

Top of Page