diff options
Diffstat (limited to 'development/cudatoolkit/files')
-rw-r--r-- | development/cudatoolkit/files/cuda.csh | 2 | ||||
-rw-r--r-- | development/cudatoolkit/files/cuda.sh | 2 | ||||
-rw-r--r-- | development/cudatoolkit/files/nsight.desktop | 13 | ||||
-rw-r--r-- | development/cudatoolkit/files/nvvp.desktop | 13 |
4 files changed, 30 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/cuda.csh b/development/cudatoolkit/files/cuda.csh new file mode 100644 index 0000000000..582b5f8d88 --- /dev/null +++ b/development/cudatoolkit/files/cuda.csh @@ -0,0 +1,2 @@ +#!/bin/csh +setenv PATH ${PATH}:/usr/share/cuda/bin diff --git a/development/cudatoolkit/files/cuda.sh b/development/cudatoolkit/files/cuda.sh new file mode 100644 index 0000000000..900549c746 --- /dev/null +++ b/development/cudatoolkit/files/cuda.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PATH="${PATH}:/usr/share/cuda/bin" diff --git a/development/cudatoolkit/files/nsight.desktop b/development/cudatoolkit/files/nsight.desktop new file mode 100644 index 0000000000..3cb66f479b --- /dev/null +++ b/development/cudatoolkit/files/nsight.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Name=Nsight Eclipse Edition +GenericName=Nsight Eclipse Edition +Icon=/usr/share/cuda/libnsight/icon.xpm +Exec=/usr/share/cuda/bin/nsight +TryExec=/usr/share/cuda/bin/nsight +Keywords=cuda;gpu;nvidia;debugger; +X-AppInstall-Keywords=cuda;gpu;nvidia;debugger; +X-GNOME-Keywords=cuda;gpu;nvidia;debugger; +Terminal=No +Categories=Development;IDE;Debugger;ParallelComputing + diff --git a/development/cudatoolkit/files/nvvp.desktop b/development/cudatoolkit/files/nvvp.desktop new file mode 100644 index 0000000000..86c648f8b4 --- /dev/null +++ b/development/cudatoolkit/files/nvvp.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Name=NVIDIA Visual Profiler +GenericName=NVIDIA Visual Profiler +Icon=/usr/share/cuda/libnvvp/icon.xpm +Exec=/usr/share/cuda/bin/nvvp +TryExec=/usr/share/cuda/bin/nvvp +Keywords=nvvp;cuda;gpu;nsight; +X-AppInstall-Keywords=nvvp;cuda;gpu;nsight; +X-GNOME-Keywords=nvvp;cuda;gpu;nsight; +Terminal=No +Categories=Development;Profiling;ParallelComputing + |