Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/31865 )

Change subject: scons: Add omp lib for DRAMSim3 compilation
......................................................................

scons: Add omp lib for DRAMSim3 compilation

Change-Id: Ib532e89d6951d7f0d310e411ceae2b578f7629f7
---
M ext/dramsim3/SConscript
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/ext/dramsim3/SConscript b/ext/dramsim3/SConscript
index a568f11..13b13fb 100644
--- a/ext/dramsim3/SConscript
+++ b/ext/dramsim3/SConscript
@@ -64,7 +64,7 @@
 else:
     main.Prepend(CPPPATH=Dir('.'))
     # a littel hacky but can get a shared library working
-    main.Append(LIBS=['dramsim3'],
+    main.Append(LIBS=['dramsim3', 'gomp'],
                 LIBPATH=[dramsim_path],  # compile-time lookup
                 RPATH=[dramsim_path],  # runtime lookup
                 CPPPATH=[dramsim_path+'/src/'])

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/31865
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ib532e89d6951d7f0d310e411ceae2b578f7629f7
Gerrit-Change-Number: 31865
Gerrit-PatchSet: 1
Gerrit-Owner: Mahyar Samani <msam...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to