Skip to Content.
Sympa Menu

charm - [charm] help needed to compile charm on BG/Q

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] help needed to compile charm on BG/Q


Chronological Thread 
  • From: Jae-Seung Yeom <jyeom AT vbi.vt.edu>
  • To: charm AT cs.illinois.edu
  • Subject: [charm] help needed to compile charm on BG/Q
  • Date: Fri, 13 Sep 2013 22:21:49 -0400 (EDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hello,

Recently, one of the BG/Q system (vulcan.llnl.gov) updated
BGQ Driver [V1R2M1 (RHEL 6.4)]
Since then I cannot compile charm.
I use `./build charm++ pamilrts-bluegeneq smp -j16 --with-production
--enable-tracing -DCMK_GLOBAL_LOCATION_UPDATE=1`

I get the following output.
---------------------------------------------------
charmconfig.out
---------------------------------------------------
Error checking is disabled
Statistics collection is disabled
Charm tracing is enabled
Charm tracing communication thread is disabled
CharmDebug is disabled
Charm record/replay is disabled
CCS is enabled
Charm control point is disabled
Setting load balancing timer type as 'double'
### whether C++ compiler works
#include <stdio.h>
void foo(void) {
printf("Hello, world!\n");
}
/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-g++ -Wno-deprecated
-I/bgsys/drivers/ppcfloor/comm/sys/include
-I/bgsys/drivers/ppcfloor/spi/include -I/bgsys/drivers/ppcfloor
-I/bgsys/drivers/ppcfloor/spi/include/kernel/cnk
-I/soft/libraries/alcf/current/gcc/ZLIB//include -I../include -I. -c test.cpp
-o test.o
### whether linker works
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-g++ -Wno-deprecated
-I/bgsys/drivers/ppcfloor/comm/sys/include
-I/bgsys/drivers/ppcfloor/spi/include -I/bgsys/drivers/ppcfloor
-I/bgsys/drivers/ppcfloor/spi/include/kernel/cnk
-I/soft/libraries/alcf/current/gcc/ZLIB//include -I../include -I. -c test.cpp
-o test.o
/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-g++ -Wno-deprecated
-I/bgsys/drivers/ppcfloor/comm/sys/include
-I/bgsys/drivers/ppcfloor/spi/include -I/bgsys/drivers/ppcfloor
-I/bgsys/drivers/ppcfloor/spi/include/kernel/cnk
-I/soft/libraries/alcf/current/gcc/ZLIB//include -o testlink test.o
-L/bgsys/drivers/ppcfloor/comm/sys-fast/lib -lpami
-L/bgsys/drivers/ppcfloor/spi/lib
-L/soft/libraries/alcf/current/gcc/ZLIB//lib -lSPI -lSPI_cnk -lpthread -lrt
/bgsys/drivers/toolchain/V1R2M1_base/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.6/../../../../powerpc64-bgq-linux/bin/ld:
cannot find -lpami
collect2: ld returned 1 exit status
---------------------------------------------------

In fact, I cannot find libpami anywhere. If anyone has gone through this and
have a solution, please let me know.
Thanks a lot.

Jae-Seung




Archive powered by MHonArc 2.6.16.

Top of Page