Links: Difference between revisions

From phys660
Jump to navigationJump to search
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Numerical Analysis ==
== Numerical Analysis ==
*C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with Matlab] (SIAM, Philadelphia, 2004).
*C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with MATLAB] (SIAM, Philadelphia, 2004).
*W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: [http://www.nr.com/ Numerical Recipes: The Art of Scientific Computing] (CUP, Cambridge, 2007).  
*W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: [http://www.nr.com/ Numerical Recipes: The Art of Scientific Computing] (CUP, Cambridge, 2007).  
* G. W. Recktenwald, ''Unavoidable errors in computing'' [[Media:unavoidable_errors.pdf|[PDF]]].
* L. N. Trefethen, [http://people.maths.ox.ac.uk/trefethen/spectral.html Spectral  Methods in MATLAB] (SIAM, Philadelphia, 2000).
* G. W. Recktenwald, [[Media:unavoidable_errors.pdf|Unavoidable errors in computing]].


 
== Unix ==
== Linux ==
*[http://www.udel.edu/topics/connect/VPN/ Using VPN at UD]
*[http://www.udel.edu/topics/connect/VPN/ Using VPN at UD]
*[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp]
*[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp]
Line 23: Line 23:


== MATLAB ==
== MATLAB ==
* '''Running MATLAB m-files in background under Linux:''' nohup matlab -nojvm -nodesktop -nodisplay < your_file.m & > log_file.out &
*[http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf MATLAB Getting Started Guide]
*[http://www.mathworks.com/help/pdf_doc/matlab/getstart.pdf MATLAB Getting Started Guide]
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference]
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference]
*[http://www.math.umbc.edu/~gobbert/matlab.html Running MATLAB m-files in background under Linux]
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface]
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface]
*[http://wiki.accelereyes.com/wiki/index.php/Jacket_Basics MATLAB Jacket for GPUs]
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on selected multicore machines at UD]]
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on selected multicore machines at UD]]
*[http://www.mathworks.com/help/matlab/matlab_prog/techniques-for-improving-performance.html Techniques for improving performance]
*[http://www.cac.cornell.edu/matlab/TechDocs/Examples/BestPracticesGPU.aspx Best practices for MATLAB GPU coding]
*[http://www.mathworks.com/help/distcomp/run-built-in-functions-on-a-gpu.html MATLAB built-in functions on GPU]


== Fortran 90 ==
== Fortran 90 ==

Latest revision as of 18:07, 21 April 2017