Created
June 28, 2012 17:16
Revisions
-
jonatw revised this gist
Jul 8, 2012 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,6 @@ cd /usr/local/src/ wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4.2_linux_64_295.41.run wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/sdk/gpucomputingsdk_4.2.9_linux.run chmod 755 /usr/local/src/*.run cd /usr/local/src/ ./cudatoolkit_4.2.9_linux_64_ubuntu11.04.run -
jonatw revised this gist
Jul 8, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ sudo -i apt-get update apt-get -y install binutils gcc make linux-source linux-headers-$(uname -r) mpich2 nfs-server nfs-client cd /usr/local/src/ -
jonatw revised this gist
Jun 30, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ apt-get update apt-get -y install binutils gcc make linux-source linux-headers-$(uname -r) mpich2 nfs-server nfs-client cd /usr/local/src/ wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run -
jonatw revised this gist
Jun 29, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ apt-get -y install binutils gcc make linux-source linux-headers-$(uname -r) mpich2 nfs-server nfs-client cd /usr/local/src/ wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4.2_linux_64_295.41.run -
jonatw revised this gist
Jun 29, 2012 . 1 changed file with 2 additions and 12 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ apt-get -y install binutils gcc make linux-source linux-headers-$(uname -r) mpich2 cd /usr/local/src/ wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4.2_linux_64_295.41.run @@ -19,14 +19,4 @@ cd /usr/local/src/ cp ~/NVIDIA_GPU_Computing_SDK/C/lib/* /usr/local/lib/ cp ~/NVIDIA_GPU_Computing_SDK/C/common/inc/cutil*.h /usr/local/include/ cp ~/NVIDIA_GPU_Computing_SDK/C/common/inc/paramgl.h /usr/local/include/ cp ~/NVIDIA_GPU_Computing_SDK/C/common/inc/rendercheck_*.h /usr/local/include/ -
jonatw revised this gist
Jun 29, 2012 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,7 +24,9 @@ cd /usr/local/src/ tar -zxvf mpich2-1.4.1p1.tar.gz cd /usr/local/src/mpich2-1.4.1p1/ ./configure --disable-f77 --disable-fc make install cd /usr/local/src/ tar -zxvf hydra-1.4.1p1.tar.gz cd /usr/local/src/hydra ./configure make install -
jonatw revised this gist
Jun 29, 2012 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,12 @@ ldconfig echo "PATH=$PATH:/usr/local/cuda/bin" >> /etc/profile echo "export PATH" >> /etc/profile cd /usr/local/src/ ./gpucomputingsdk_4.2.9_linux.run cp ~/NVIDIA_GPU_Computing_SDK/C/lib/* /usr/local/lib/ cp ~/NVIDIA_GPU_Computing_SDK/C/common/inc/cutil*.h /usr/local/include/ cp ~/NVIDIA_GPU_Computing_SDK/C/common/inc/paramgl.h /usr/local/include/ cp ~/NVIDIA_GPU_Computing_SDK/C/common/inc/rendercheck_*.h /usr/local/include/ cd /usr/local/src/ tar -zxvf mpich2-1.4.1p1.tar.gz cd /usr/local/src/mpich2-1.4.1p1/ ./configure --disable-f77 --disable-fc -
jonatw created this gist
Jun 28, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ apt-get -y install binutils gcc make linux-source linux-headers-$(uname -r) cd /usr/local/src/ wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4.2_linux_64_295.41.run wget http://developer.download.nvidia.com/compute/cuda/4_2/rel/sdk/gpucomputingsdk_4.2.9_linux.run wget http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.4.1p1/mpich2-1.4.1p1.tar.gz wget http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.4.1p1/hydra-1.4.1p1.tar.gz chmod 755 /usr/local/src/*.run cd /usr/local/src/ ./cudatoolkit_4.2.9_linux_64_ubuntu11.04.run echo "/usr/local/cuda/lib64" >> /etc/ld.so.conf echo "/usr/local/cuda/lib" >> /etc/ld.so.conf ldconfig ./devdriver_4.2_linux_64_295.41.run --kernel-source-path=/usr/src/linux-headers-$(uname -r) echo "PATH=$PATH:/usr/local/cuda/bin" >> /etc/profile echo "export PATH" >> /etc/profile cd /usr/local/src/ tar -zxvf mpich2-1.4.1p1.tar.gz cd /usr/local/src/mpich2-1.4.1p1/ ./configure --disable-f77 --disable-fc cd /usr/local/src/ tar -zxvf hydra-1.4.1p1.tar.gz cd /usr/local/src/hydra ./configure