diff options
| author | gpgpu-sim <[email protected]> | 2018-03-22 15:53:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-22 15:53:09 -0700 |
| commit | 6b27ee3d0e650524c441c1842fa7c7f333135818 (patch) | |
| tree | dfdf518ae8efad5f08b4e0c886f96eca124da590 /Makefile | |
| parent | b8ef5d34fddeea1dce57688df562d12f08743238 (diff) | |
| parent | 6dfb3ba656b09acafdb274d7ab04fb081ca06e57 (diff) | |
Merge pull request #58 from tgrogers/dev
Integrating some setup stuff and proper support or a maximum number of instructions (which was previously broken)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -161,6 +161,8 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib if [ ! -f $(SIM_LIB_DIR)/libcudart.so.6.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.5; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.7.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.7.5; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.8.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.8.0; fi + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.0; fi + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.1; fi $(SIM_LIB_DIR)/libcudart.dylib: makedirs $(LIBS) cudalib g++ -dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup,-compatibility_version,1.1,-current_version,1.1\ |
