Skip to Content.
Sympa Menu

charm - [charm] make file issue in BigNetSim

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] make file issue in BigNetSim


Chronological Thread 
  • From: vishwas vasudeva <vishvasu98 AT gmail.com>
  • To: charm AT cs.illinois.edu
  • Subject: [charm] make file issue in BigNetSim
  • Date: Thu, 14 Jun 2018 17:52:58 +0530
  • Authentication-results: illinois.edu; spf=softfail smtp.mailfrom=vishvasu98 AT gmail.com; dkim=pass header.d=gmail.com header.s=20161025; dmarc=pass header.from=gmail.com

Respected sir/Madam,
while installing BigNetSim using the svn link mentioned int he documentation after changing the (HOME) to the charm++ installation folder and changing the OPTS to - -O2 (mentioned in the lecture 2011 charm workshop ) the following errors were obtained.
----------------------------------------------------------------------------------------------------
wizard@turingmachine:~/BigNetSim/trunk/SimpleLatency$ make
make all
make[1]: Entering directory '/home/wizard/BigNetSim/trunk/SimpleLatency'

test -d ../tmp || mkdir ../tmp;
for i in ../Main ; do \
( cd $i ; make SimpleLatency MACHINE="../SimpleLatency" OPTS="-O2   -D__SIMPLE_LATENCY=1" SIMLATOPTS="-D__SIMPLE_LATENCY=1") || exit 1; \
done
make[2]: Entering directory '/home/wizard/BigNetSim/trunk/Main'
'/home/wizard'/charm/net-linux-x86_64/bin/charmc -I'/home/wizard'/charm/net-linux-x86_64/include/pose -O2   -D__SIMPLE_LATENCY=1 -lz  -o ../tmp/FileWindower.o -seq FileWindower.C -I../SimpleLatency
In file included from TCsim_sim.h:3:0,
                 from FileWindower.h:4,
                 from FileWindower.C:1:
/home/wizard/charm/net-linux-x86_64/include/pose/pose.h:9:23: fatal error: pose.decl.h: No such file or directory
compilation terminated.
Fatal Error by charmc in directory /home/wizard/BigNetSim/trunk/Main
   Command g++ -DCMK_SEQUENTIAL=1 -I/home/wizard/charm/net-linux-x86_64/bin/../include -D__CHARMC__=1 -I/home/wizard/charm/net-linux-x86_64/include/pose -D__SIMPLE_LATENCY=1 -I../SimpleLatency -O2 -fno-stack-protector -std=c++0x -fno-lifetime-dse -c FileWindower.C -o ../tmp/FileWindower.o returned error code 1
charmc exiting...
Makefile:70: recipe for target '../tmp/FileWindower.o' failed
make[2]: *** [../tmp/FileWindower.o] Error 1
make[2]: Leaving directory '/home/wizard/BigNetSim/trunk/Main'
Makefile:37: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/wizard/BigNetSim/trunk/SimpleLatency'
Makefile:34: recipe for target 'bigsimulator' failed
make: *** [bigsimulator] Error 2
-----------------------------------------------------------------------------------------------------------

it is saying post.decl.h is not found.

however file with the same name is available in  " /home/wizard/charm/net-linux-x86_64/tmp/libs/ck-libs   ".In case of including them, they give some in the programs.

I kindly request you to solve this issue.

Thanking you,

Yours sincerely,
Vishwas V.K.
Intern 
Department of Computer Science and Automation,
Indian Institute of Science ,Bangalore,
India .



  • [charm] make file issue in BigNetSim, vishwas vasudeva, 06/14/2018

Archive powered by MHonArc 2.6.19.

Top of Page