--
---
You received this message because you are subscribed to the Google Groups "Macsim Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macsim-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
git clone https://github.com/gthparch/macsim macsimComponentBut actually there is another sst code under the /sst/sst/elements... what's the relationship between them?
Evania,
We have forked SST main repo in our group’s repo and define our repos as a submodule for it. This makes it easier to get all the repo we work on with a single command.
However, for macsim, we use our own internal version and not the public version. So if try to do git clone –recursive […]/gthparch/sst it will fail to get macsimComponent. So, you need to perform another additional step and get macsim from our public repo and put it in macsimComponent directory under elements.
The main difference between our forked repos from sst group is that we have tested the forked repos in our group’s page with macsim. So, we are sure that macsim will work with them.
From: <macsi...@googlegroups.com> on behalf of Evania Tsai <evani...@gmail.com>
Reply-To: <macsi...@googlegroups.com>
Date: Monday, September 12, 2016 at 02:50
To: Macsim Developer <macsi...@googlegroups.com>
Subject: Re: [macsim-dev] Query for interconnection model
Hi,
I am not clear with this sentence...
(Note). (if you are not part of gthparch) Above clone, will fail to get macsim, since we use a private version. So, prepare macsim code from our public repo
Does it mean I need to have macsim code before I download the sst code? Or I just need to download the sst/elements code with this instruction? cd elements
git clone https://github.com/gthparch/macsim macsimComponentBut actually there is another sst code under the /sst/sst/elements... what's the relationship between them?
Thanks for your help.
Best,
Evania
Ramyad H於 2016年3月12日星期六 UTC+8上午7時43分00秒寫道:
My bad, I forgot to paste the link: https://github.com/gthparch/macsim/wiki
On Fri, Mar 11, 2016 at 6:19 PM, Evania Tsai <evani...@gmail.com> wrote:
Hi,
Thanks for your reply.
Can I ask again about where can I find some documentation for macsim and SST?
Do you mean the macsim user guide or the conference tutorial slides?
Thanks for your help.
Best,
Evania
Ramyad H於 2016年3月11日星期五 UTC+1上午12時53分39秒寫道:
Evania,
There is some documentation here for macsim and SST. You can try, there are some minor differences.
You can use this mailing list for SST: SST-...@sst-simulator.org
Hi,
Sorry for my late answer.
DRAMsim is not a must. As here points outs (http://sst-simulator.org/SSTPages/SSTBuildAndInstall6dot0dot0SeriesDetailedBuildInstructions/)
§ Optional Features Enabled by SST-Elements Configure: –with-dramsim=”path to DRAMSim2”
For tips:
After you get https://github.com/gthparch/sst, and also put https://github.com/gthparch/macsim in elements/macsimComponent, you should be able to run tests inside macsimComponent/sst-unit-test. (with ./runTests)
You can run a simulation instance with “sst [config_file]. You can find examples in sdl or py files.
To see what is the parameter meanings or type of input you can use sst-info, or go to a particular element (like macsim) and see its lib*.cc file (for macsim libmacsimComponent.cc)
Hi,
Can you post the exact error message?
DRAMSIM is used in many different places so the exact error message will help.
Merlin can be used with many macsims but we haven’t used merlin that much so if you are interested in using merlin SST mailing list might be more helpful.
HK