ivanlppires / improved_noxim

Trace-driven extension for Noxim simulator
6 stars 0 forks source link

How to integrate the improvements? #1

Open isaachowen opened 4 years ago

isaachowen commented 4 years ago

It looks like this folder should replace the src folder in standard noxim, but when I do that, and try to make the binary, I get the following error:

build/GlobalTrafficTrace.o: In function GlobalTrafficTrace::isEmpty()': GlobalTrafficTrace.cpp:(.text+0x5f): undefined reference toGlobalParams::trace_eof' collect2: error: ld returned 1 exit status

Should I modify the makefile? Or should I integrate the updates in a different way?

Thanks! Looking forward to using these improvements for my research

ivanlppires commented 4 years ago

Hi, sorry for late reply. Try this version that i modified to test: http://docente.unemat.br/ivanpires/noxim_current.tar.bz2, with this routing table: http://docente.unemat.br/ivanpires/rtable.tar and this input trace (workload) http://docente.unemat.br/ivanpires/s.tar.

good luck at your research.

Em seg., 11 de nov. de 2019 às 12:11, isaachowen notifications@github.com escreveu:

It looks like this folder should replace the src folder in standard noxim, but when I do that, and try to make the binary, I get the following error:

build/GlobalTrafficTrace.o: In function GlobalTrafficTrace::isEmpty()': GlobalTrafficTrace.cpp:(.text+0x5f): undefined reference to GlobalParams::trace_eof' collect2: error: ld returned 1 exit status

Should I modify the makefile? Or should I integrate the updates in a different way?

Thanks! Looking forward to using these improvements for my research

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ivanlppires/improved_noxim/issues/1?email_source=notifications&email_token=AH6I2UJ3Q7MNRJEYWDASWOLQTFY23A5CNFSM4JLW2262YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYODROQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6I2ULMFBE3EU67MAGX2B3QTFY23ANCNFSM4JLW226Q .

-- Ivan Luiz

xiaoqiang199x commented 3 years ago

Hi, Ivan. It seems that the compressed file you provided cannot be extracted. It shows 'not in gzip format' for .bz2 and 'This does not look like a tar archive' for .tar. How do I extract these files? I'm working on Ubuntu 20.04.2. Thank you so much! By the way, is this the version of your paper 'Trace-Driven Extension for Noxim Simulator' in 2017 instead of 'Trace-driven and processing time extensions for Noxim simulator' in 2019?

Hi, sorry for late reply. Try this version that i modified to test: http://docente.unemat.br/ivanpires/noxim_current.tar.bz2, with this routing table: http://docente.unemat.br/ivanpires/rtable.tar and this input trace (workload) http://docente.unemat.br/ivanpires/s.tar. good luck at your research. Em seg., 11 de nov. de 2019 às 12:11, isaachowen notifications@github.com escreveu: It looks like this folder should replace the src folder in standard noxim, but when I do that, and try to make the binary, I get the following error: build/GlobalTrafficTrace.o: In function GlobalTrafficTrace::isEmpty()': GlobalTrafficTrace.cpp:(.text+0x5f): undefined reference to GlobalParams::trace_eof' collect2: error: ld returned 1 exit status Should I modify the makefile? Or should I integrate the updates in a different way? Thanks! Looking forward to using these improvements for my research — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#1?email_source=notifications&email_token=AH6I2UJ3Q7MNRJEYWDASWOLQTFY23A5CNFSM4JLW2262YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYODROQ>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6I2ULMFBE3EU67MAGX2B3QTFY23ANCNFSM4JLW226Q . -- Ivan Luiz