Skip to Content.
Sympa Menu

charm - Re: [charm] Problem with compiling MPI version of Charm++

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Problem with compiling MPI version of Charm++


Chronological Thread 
  • From: "Oleksii Zdorevskyi" <zdorevskyi AT bitp.kiev.ua>
  • To: charm AT lists.cs.illinois.edu
  • Subject: Re: [charm] Problem with compiling MPI version of Charm++
  • Date: Tue, 21 Mar 2017 13:53:53 +0200
  • Importance: Normal

Dear Ronak,

This is the output of charmconfig.out.

Error checking is disabled
Statistics collection is disabled
Charm tracing is disabled
Charm tracing communication thread is disabled
CharmDebug is disabled
Charm record/replay is disabled
CCS is enabled
Charm control point is disabled
Charm LB user data is disabled
Setting load balancing timer type as 'double'
### whether C++ compiler works
#include <stdio.h>
void foo(void) {
printf("Hello, world!\n");
}
mpicxx -DCMK_GFORTRAN -I../include -I. -c test.cpp -o test.o
Cannot open configuration file
/opt/openmpi/share/openmpi/mpicxx-wrapper-data.txt
Error parsing data file mpicxx: Not found


Oleksii





Archive powered by MHonArc 2.6.19.

Top of Page