juddyoung

Results 7 comments of juddyoung

@gvoskuilen thank you so much, I know how to config now but I met another problem, after running the python configuration file there would be segmentation faults, and I want...

@jjwilke it's running and the segfault does happen at the end. this is the output after executing "sst bzip2.py" [sst_output.txt](https://github.com/sstsimulator/sst-elements/files/3889671/sst_output.txt) this is the output after "gdb sst" and r "home/juddyoung/mzl/bzip2.py"...

@jjwilke ok this is sst output: ```` juddyoung@lw:~/mzl$ sst bzip2.py Creating Core 0 in Group 0 Creating Core 1 in Group 0 Creating Core 2 in Group 0 Creating Core...

@jjwilke ```` import sst import os cores_per_group = 4*2 #2 cores and 2 MMUs groups = 1 ring_latency = "50ps" sst.setProgramOption("timebase", "1ps") ariel_params={ "verbose": "0", "maxcorequeue": "256", "maxissuepercycle": "2", "pipetimeout":...

@jjwilke import sst import os next_core_id = 0 cores_per_group = 2*2 #2 cores and 2 MMUs groups = 1 ring_latency = "100ps" sst.setProgramOption("timebase", "1ps") ariel_params={ "verbose": "0", "maxcorequeue": "256", "maxissuepercycle":...