Skip to Content.
Sympa Menu

charm - Re: [charm] Urgent: Charm++ State Space Search Engine Compiling Problem

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Urgent: Charm++ State Space Search Engine Compiling Problem


Chronological Thread 
  • From: Ronak Buch <rabuch2 AT illinois.edu>
  • To: Rahul Nalawade <201351017 AT iiitvadodara.ac.in>
  • Cc: "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] Urgent: Charm++ State Space Search Engine Compiling Problem
  • Date: Mon, 24 Apr 2017 02:47:41 -0500

Hi Rahul,

You can fix this compilation error by adding the following lines to main.C:

Add to the list of includes:
#include <pup.h>

Add as a public function in the Main class: 
void pup(PUP::er &p) {}

Thanks for bringing attention to the broken examples, we'll fix them.

Thanks,
Ronak

On Mon, Apr 24, 2017 at 1:07 AM, Rahul Nalawade <201351017 AT iiitvadodara.ac.in> wrote:
Hello,

I am trying to compile and run TSP problem in charm++ framework. The Code is mentioned in the State_Space_SearchEngine directory inside TSP_SE folder. I have compiled it as per the README file mentioned in the directory. As it says to run 'make OPTS=-O3' command in /<charm-build-direc>/tmp/libs/ck-libs/state_space_searchengine/ that I have done. And after doing this when I run the TSP_SE application using 'make OPTS=-O3' command I am getting these errors.

Please help me out asap.

Regards,
Rahul Nalawade




Archive powered by MHonArc 2.6.19.

Top of Page