| 1 | = Programming = |
| 2 | Checkout Sample Programs |
| 3 | |
| 4 | {{{svn co file:///u01/fuji/repos/Workshop ./Workshop}}} |
| 5 | |
| 6 | === Brief Tutorials for Programming Languages === |
| 7 | [[http://wiki.ccs.tulane.edu/index.php5/C_codes|C]] - Simple Examples of C code [[BR]] |
| 8 | [[http://wiki.ccs.tulane.edu/index.php5/C%2B%2B_codes|C++]] - Simple Examples of C++ code [[BR]] |
| 9 | [[http://wiki.ccs.tulane.edu/index.php5/Fortran_codes|Fortran]] - Simple Examples of Fortran code |
| 10 | |
| 11 | === Parallel Programming === |
| 12 | [[http://wiki.ccs.tulane.edu/index.php5/OpenMP|OpenMP]] - Simple tutorial of OpenMP parallel codes [[BR]] |
| 13 | [[http://wiki.ccs.tulane.edu/index.php5/MPI|MPI]] - Simple tutorial of MPI parallel codes [[BR]] |
| 14 | [[http://wiki.ccs.tulane.edu/index.php5/Speedup/Scaling|Speedup/Scaling]] - Some general things for parallel computing |
| 15 | |
| 16 | === Makefile === |
| 17 | [[http://wiki.ccs.tulane.edu/index.php5/Basics_of_Makefile|Basics of Makefile]] - Simple tutorial of Makefile |
| 18 | |
| 19 | === Other Topics === |
| 20 | [[http://wiki.ccs.tulane.edu/index.php5/Version_Control_with_Subversion_(svn)|Version Control with Subversion (svn)]] [[BR]] |
| 21 | [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MjdnazhoZG5kaA|Floating Point Arithmetic]] [[BR]] |
| 22 | [[http://wiki.ccs.tulane.edu/index.php5/Fortran_and_C/C%2B%2B|Fortran and C/C++]] - Some differences in memory management between Fortran and C/C++ [[BR]] |
| 23 | [[http://wiki.ccs.tulane.edu/index.php5/Code_Debugging|Code Debugging]] [[BR]] |
| 24 | [[http://wiki.ccs.tulane.edu/index.php5/Code_Profiling|Code Profiling]] [[BR]] |