Skip to Content.
Sympa Menu

charm - [charm] Problem with CHARM++ building - Platform MPI 9.1.3

charm AT lists.siebelschool.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Problem with CHARM++ building - Platform MPI 9.1.3


Chronological Thread 
  • From: Dominic Lancaster <dlancast AT au1.ibm.com>
  • To: charm AT cs.uiuc.edu
  • Cc: Matthew Downton <mattdton AT au1.ibm.com>
  • Subject: [charm] Problem with CHARM++ building - Platform MPI 9.1.3
  • Date: Thu, 19 Mar 2015 21:33:25 +1300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>


Hi guys, hoping you can help, getting told in charmconfig.out that I need:
-Wno-deprecated
but have no idea where to add it (or if there is another flag to override
it), build gets through first mpicc compiles but then
dies as shown below:

Env: RHEL 6.6, Platform MPI 9.1.3

Build Error:

checking "whether switching TLS register (64-bit) is supported"... "yes"
checking "whether build on MPI"... "yes"
Error: Can not compile a MPI program
*** Please find detailed output in charmconfig.out ***
gmake[1]: *** [conv-autoconfig.h] Error 1
gmake[1]: Leaving directory
`/apps/nzer/NAMD_2.10_Source/charm-6.6.1/mpi-linux-x86_64/tmp'
gmake: *** [headers] Error 2
-------------------------------------------------
Charm++ NOT BUILT. Either cd into mpi-linux-x86_64/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



[root@m001
charm-6.6.1]# more smart-build.log
Thu Mar 19 03:11:22 CDT 2015
Using the following build command:
./build charm++ mpi-linux-x86_64 --with-production


[root@m001
charm-6.6.1]#


The last lines in charmconfig.out are:

mpiCC -DCMK_GFORTRAN -I../include -I. -U_FORTIFY_SOURCE
-fno-stack-protector -c
test.cpp -o test.o
### whether build on MPI
#include "mpi.h"
int main(int argc, char **argv)
{
MPI_Init(&argc, &argv);
}
mpiCC -DCMK_GFORTRAN -I../include -I. -U_FORTIFY_SOURCE
-fno-stack-protector -c
test.cpp -o test.o
In file included from /apps/nzer/platform_mpi//include/mpi.h:2035,
from test.cpp:1:
/apps/nzer/platform_mpi//include/mpiCC.h:32:2: warning: #warning The
entire set
of C++ language bindings have been deprecated in mpi 2.2 To disable this
warning
use -Wno-deprecated.

[root@m001
tmp]#





Regards,

Dominic Lancaster
Techincal Sales Specialist
Software Defined Infrastructure
IBM Systems




Phone: +61-2620-18150 | Mobile: (Embedded image moved to
+61-411-146824 file: pic00918.gif)IBM
E-mail:
dlancast AT au1.ibm.com

28 Sydney Avenue, Forrest
Canberra, ACT 2603
Australia



Attachment: pic00918.gif
Description: GIF image



  • [charm] Problem with CHARM++ building - Platform MPI 9.1.3, Dominic Lancaster, 03/19/2015

Archive powered by MHonArc 2.6.16.

Top of Page