Changes between Initial Version and Version 1 of Workshops/IntroToHpc2015/Programming


Ignore:
Timestamp:
10/12/15 16:00:32 (9 years ago)
Author:
pdejesus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2015/Programming

    v1 v1  
     1= Programming =
     2Checkout Sample Programs, on Cypress
     3
     4{{{svn co file:///home/fuji/repos/workshop ./workshop}}}
     5
     6Checkout Sample Programs onto local machine, (Mac or linux)
     7
     8{{{svn co svn+ssh://USERID@cypress1.tulane.edu/home/fuji/repos/workshop ./workshop}}}
     9
     10=== Brief Tutorials for Programming Languages ===
     11[[cypress/Programming/Cexamples|C]] - Simple Examples of C code [[BR]]
     12[[cypress/Programming/CppExamples|C++]] - Simple Examples of C++ code [[BR]]
     13[[cypress/Programming/FortranExamples|Fortran]] - Simple Examples of Fortran code
     14
     15=== Parallel Programming ===
     16[[cypress/Programming/OpenMp|OpenMP]] - Simple tutorial of OpenMP parallel codes [[BR]]
     17[[cypress/Programming/Mpi|MPI]] - Simple tutorial of MPI parallel codes [[BR]]
     18[[cypress/Programming/SpeedupScaling|Speedup/Scaling]] - Some general things for parallel computing
     19
     20=== Makefile ===
     21[[cypress/Programming/MakeFile|Basics of Makefile]] - Simple tutorial of Makefile
     22
     23=== Other Topics ===
     24[[cypress/svn|Version Control with Subversion (svn)]] [[BR]]
     25[[cypress/git|Version Control with git ]] [[BR]]
     26[[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MjdnazhoZG5kaA|Floating Point Arithmetic]] [[BR]]
     27[[cypress/Programming/FortranCpp|Fortran and C/C++]] - Some differences in memory management between Fortran and C/C++ [[BR]]
     28[[cypress/Programming/CodeDebugging|Code Debugging]] [[BR]]
     29[[cypress/Programming/CodeProfiling|Code Profiling]] [[BR]]