サイト構成 | 連絡先,業績など | コンピュータ実習 | データの扱い | コンピュータ活用 | 教材(公開) | サポートページ |
※ 関連Webページ: Linux で開発環境やツールを整備
■ Ubuntu の場合の操作手順(例)
sudo apt-get update sudo apt-get upgrade
sudo add-apt-repository ppa:aaron-haviland/cuda-4.0 sudo apt-get -yV update sudo apt-get -yV upgrade apt-get -yV --force-yes install cpp-4.4 apt-get -yV --force-yes install gfortran-4.4 apt-get -yV --force-yes install gcj-4.4-base apt-get -yV --force-yes install gcj-4.4-jre-headless apt-get -yV --force-yes install gcj-4.4-jre-lib apt-get -yV --force-yes install g++-4.4 apt-get -yV --force-yes install gcc-4.4 apt-get -yV --force-yes install gcc-4.4-base apt-get -yV --force-yes install dkms apt-get -yV --force-yes install screen-resolution-extra apt-get -yV --force-yes install nvidia-settings apt-get -yV --force-yes install nvidia-cuda-core apt-get -yV --force-yes install nvidia-cuda-toolkit apt-get -yV --force-yes install nvidia-cuda-doc nvidia-cuda-gdb apt-get -yV --force-yes install libcublas4 libcudart4 libcufft4 libcurand4 libcusparse4
Ubuntu での NVIDIA Perfoemance Primitives (NPP) Library もインストールされる