Skip to content

Commit

Permalink
Tested on fake data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Song committed May 1, 2017
1 parent 6116c0e commit e4adc90
Show file tree
Hide file tree
Showing 5 changed files with 869 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Parallel_Algorithm/Cuda/compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export PATH=/usr/local/cuda-7.5/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-7.5/lib64\${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

nvcc -lnetcdf kmeans_cdf.cu
Loading

0 comments on commit e4adc90

Please sign in to comment.