Changes between Version 6 and Version 7 of cypress/Programming


Ignore:
Timestamp:
05/15/15 11:27:59 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Programming

    v6 v7  
    1010
    1111=== 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
     12[[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
    1515
    1616=== Makefile ===
     
    1818
    1919=== 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]]
    2121[[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]]