Skip to Content.
Sympa Menu

charm - [charm] Error while compiling LogAnalyzer tool in BigNetSim

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Error while compiling LogAnalyzer tool in BigNetSim


Chronological Thread 
  • From: Ashmita Raju <ashmita.raju AT gmail.com>
  • To: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: [charm] Error while compiling LogAnalyzer tool in BigNetSim
  • Date: Thu, 06 Jul 2017 11:46:00 +0000

Hello,

I am trying to convert the trace logs produced by the BigSim Emulator to be able to analyze them and find a computation communication graph for my program.
To do this I am trying to use the LogAnalyzer tool under BigNetSim. While running I get the following error.

ashmita@amd1:~/charm/charm-6.7.1/charm-6.7.1/BigNetSim/trunk/tools/LogAnalyzer$ make

test -d ../../tmp || mkdir ../../tmp
/storage/others/ashmita/charm/charm-6.7.1/charm-6.7.1/net-linux-x86_64/bin/charmc -I/storage/others/ashmita/charm/charm-6.7.1/charm-6.7.1/net-linux-x86_64/include/pose -g   -lz  -seq -o ../../tmp/LogAnalyzer LogAnalyzer.o -lconv-bigsim-logs -lconv-util -lblue-standalone -language c++
/storage/others/ashmita/charm/charm-6.7.1/charm-6.7.1/net-linux-x86_64/bin/../lib/libconv-util.a(pup_util.o): In function `CmiFwrite':
pup_util.C:(.text+0x906): undefined reference to `CmiWallTimer'
pup_util.C:(.text+0x973): undefined reference to `CmiWallTimer'
pup_util.C:(.text+0x991): undefined reference to `CmiWallTimer'
/storage/others/ashmita/charm/charm-6.7.1/charm-6.7.1/net-linux-x86_64/bin/../lib/libconv-bigsim-logs.a(bigsim_api.o): In function `BgWriteTimelines(int, BgTimeLineRec**, int, char*)':
bigsim_api.C:(.text+0x8be): undefined reference to `_Cmi_mype'
collect2: error: ld returned 1 exit status
Fatal Error by charmc in directory /storage/others/ashmita/charm/charm-6.7.1/charm-6.7.1/BigNetSim/trunk/tools/LogAnalyzer
   Command g++ -m64 -m64 -fPIC -g -o ../../tmp/LogAnalyzer LogAnalyzer.o -L/storage/others/ashmita/charm/charm-6.7.1/charm-6.7.1/net-linux-x86_64/bin/../lib -lz -lconv-bigsim-logs -lconv-util -lblue-standalone returned error code 1
charmc exiting...
make: *** [LogAnalyzer] Error 1

Can you please tell me what I am doing wrong?

Thank you
Ashmita
--
Thank You 
Best Regards,
Ashmita Raju 


  • [charm] Error while compiling LogAnalyzer tool in BigNetSim, Ashmita Raju, 07/06/2017

Archive powered by MHonArc 2.6.19.

Top of Page