summaryrefslogtreecommitdiffstats
path: root/SD-VBS/portability
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2021-10-26 13:22:32 -0400
committerleochanj105 <leochanj@live.unc.edu>2021-10-26 13:22:32 -0400
commit14c854543b1a3cf344a371a5b45595657f95786b (patch)
tree70f752880522e5e44669af365754ac0f649dce81 /SD-VBS/portability
parent5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff)
add deadlines and costs
Diffstat (limited to 'SD-VBS/portability')
-rw-r--r--SD-VBS/portability/portability.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/SD-VBS/portability/portability.txt b/SD-VBS/portability/portability.txt
deleted file mode 100644
index 19335de..0000000
--- a/SD-VBS/portability/portability.txt
+++ /dev/null
@@ -1,25 +0,0 @@
1The SD-VBS suite is designed to be portable across different platforms. If you would like
2port it, you need to set appropriate platform specific commands.
3
4By default, SD-VBS is set to the x86-64 bit architecture for the Linux operating system. The platform
5specific commands for this configuration can be found in SD-VBS/Portability/386-gcc.h. This configuration
6file is included in SD-VBS/Makefile.common.
7
8To change the platform specific commands:
91. Modify/Add <Architecture>-gcc.h file appropriately
102. Include <Architecture>-gcc.h file in SD-VBS/Makefile.common
11
12We have included a few sample configuration files in SD-VBS/Portability directory.
13These correspond to:
14
151. x386 architecture, 32-64 bit
163. SPARC architecture, 32-64 bit
17
18Note:
19
20SD-VBS has been tested on x86 32-bit and 64-bit architectures. If the user encounters undesired behavior
21while running the SD-VBS on other platforms, please report the bugs to:
22
23Sravanthi Kota Venkata: <skotavenkata@cs.ucsd.edu>
24
25