diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
| commit | 14c854543b1a3cf344a371a5b45595657f95786b (patch) | |
| tree | 70f752880522e5e44669af365754ac0f649dce81 /SD-VBS/portability | |
| parent | 5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff) | |
add deadlines and costs
Diffstat (limited to 'SD-VBS/portability')
| -rw-r--r-- | SD-VBS/portability/portability.txt | 25 |
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 @@ | |||
| 1 | The SD-VBS suite is designed to be portable across different platforms. If you would like | ||
| 2 | port it, you need to set appropriate platform specific commands. | ||
| 3 | |||
| 4 | By default, SD-VBS is set to the x86-64 bit architecture for the Linux operating system. The platform | ||
| 5 | specific commands for this configuration can be found in SD-VBS/Portability/386-gcc.h. This configuration | ||
| 6 | file is included in SD-VBS/Makefile.common. | ||
| 7 | |||
| 8 | To change the platform specific commands: | ||
| 9 | 1. Modify/Add <Architecture>-gcc.h file appropriately | ||
| 10 | 2. Include <Architecture>-gcc.h file in SD-VBS/Makefile.common | ||
| 11 | |||
| 12 | We have included a few sample configuration files in SD-VBS/Portability directory. | ||
| 13 | These correspond to: | ||
| 14 | |||
| 15 | 1. x386 architecture, 32-64 bit | ||
| 16 | 3. SPARC architecture, 32-64 bit | ||
| 17 | |||
| 18 | Note: | ||
| 19 | |||
| 20 | SD-VBS has been tested on x86 32-bit and 64-bit architectures. If the user encounters undesired behavior | ||
| 21 | while running the SD-VBS on other platforms, please report the bugs to: | ||
| 22 | |||
| 23 | Sravanthi Kota Venkata: <skotavenkata@cs.ucsd.edu> | ||
| 24 | |||
| 25 | |||
