Changes between Version 6 and Version 7 of cypress/Programming
- Timestamp:
- 05/15/15 11:27:59 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Programming
v6 v7 10 10 11 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 computing12 [[cypress/Programming/OpenMp|OpenMP]] - Simple tutorial of OpenMP parallel codes [[BR]] 13 [[cypress/Programming/Mpi|MPI]] - Simple tutorial of MPI parallel codes [[BR]] 14 [[cypress/Programming/SpeedupScaling|Speedup/Scaling]] - Some general things for parallel computing 15 15 16 16 === Makefile === … … 18 18 19 19 === Other Topics === 20 [[ http://wiki.ccs.tulane.edu/index.php5/Version_Control_with_Subversion_(svn)|Version Control with Subversion (svn)]] [[BR]]20 [[cypress/Programming/Svn)|Version Control with Subversion (svn)]] [[BR]] 21 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]]22 [[cypress/Programming/FortranCpp|Fortran and C/C++]] - Some differences in memory management between Fortran and C/C++ [[BR]] 23 [[ cypress/Programming/CodeDebugging|Code Debugging]] [[BR]] 24 [[cypress/Programming/CodeProfiling|Code Profiling]] [[BR]]