Changes

Jump to: navigation, search

GPUSquad

301 bytes added, 16:21, 20 March 2018
Assignment 1
return 0;
}
</source>
 
<source>
Plotting Images with gnuplot
 
1. cd into the folder that contains the jacobi out.# files
2. run gnuplot
3. enter: set terminal png
4. enter: set output "outfilename.png"
5. enter: plot "jacobi out.#" binary
 
PNG image should be created in the same folder as the jacobi out.# files
</source>
93
edits

Navigation menu