Difference between revisions of "Knowledge Base: Tutorials and Manuals"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
m
Line 8: Line 8:
 
* [http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/cpp/lin/index.htm C & C++ compiler 12.0]
 
* [http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/cpp/lin/index.htm C & C++ compiler 12.0]
 
* [http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/fortran/lin/index.htm Fortran compiler 12.0]
 
* [http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/fortran/lin/index.htm Fortran compiler 12.0]
* [https://support.scinet.utoronto.ca/wiki/images/f/f2/FP_Consistency.pdf Intel Compiler Floating Point Consistency]
+
* [[Media:FP_Consistency.pdf|Intel Compiler Floating Point Consistency]]
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/lin/index.htm Math Kernel Library (MKL)]  
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/lin/index.htm Math Kernel Library (MKL)]  
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/vsl/vslnotes.pdf Math Kernel Library's Vector Statistical Library]
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/vsl/vslnotes.pdf Math Kernel Library's Vector Statistical Library]
Line 36: Line 36:
 
For upcoming classes, see our [https://support.scinet.utoronto.ca/courses/ Courses website]!
 
For upcoming classes, see our [https://support.scinet.utoronto.ca/courses/ Courses website]!
 
==SciNet Basics==
 
==SciNet Basics==
* [https://support.scinet.utoronto.ca/wiki/images/5/54/SciNet_Tutorial.pdf SciNet User Tutorial]
+
* [[Media:SciNet_Tutorial.pdf|SciNet User Tutorial]]
* [https://support.scinet.utoronto.ca/wiki/images/3/35/Introscinet.pdf Intro to SciNet], SciNet, Sept 2010
+
* [[Media:Introscinet.pdf|Intro to SciNet]], SciNet, Sept 2010
 
* [[Essentials]]
 
* [[Essentials]]
 
* [[FAQ|Frequenty asked questions]]
 
* [[FAQ|Frequenty asked questions]]
Line 46: Line 46:
 
* [[Software_and_Libraries | Software and libraries]]
 
* [[Software_and_Libraries | Software and libraries]]
 
* [[Installing your own modules]]
 
* [[Installing your own modules]]
* [https://support.scinet.utoronto.ca/wiki/images/e/e3/SNUGlocalsetup.pdf User-space modules and packages (April 2011 SNUG TechTalk)]
+
* [[Media:SNUGlocalsetup.pdf|User-space modules and packages (April 2011 SNUG TechTalk)]]
  
 
==Batch job management==
 
==Batch job management==
* [https://support.scinet.utoronto.ca/wiki/images/9/96/Snugtrackjob.pdf Job Monitoring on SciNet and Job Efficiency]
+
* [[Media:Snugtrackjob.pdf|Job Monitoring on SciNet and Job Efficiency]]
 
* [[Wallclock time]]
 
* [[Wallclock time]]
 
* [[Checkpoints]]
 
* [[Checkpoints]]
Line 69: Line 69:
 
** [[Media:ModernFortran.tgz | Source Code]]
 
** [[Media:ModernFortran.tgz | Source Code]]
 
* One-day Scientific C++ Course, SciNet, 15 March 2011
 
* One-day Scientific C++ Course, SciNet, 15 March 2011
** [https://support.scinet.utoronto.ca/wiki/images/4/49/Scientific-c%2B%2B.pdf Slides]
+
** [[Media:Scientific-c%2B%2B.pdf|Slides]]
** [https://support.scinet.utoronto.ca/wiki/images/3/38/Scinetcppexamples.tgz Example source code]
+
** [[Media:Scinetcppexamples.tgz|Example source code]]
 
** [[Videos_of_the_One-Day_Scientific_C%2B%2B_Class | Videos of the Scientific C++ class]]  
 
** [[Videos_of_the_One-Day_Scientific_C%2B%2B_Class | Videos of the Scientific C++ class]]  
 
* [http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/lin/compiler_c/index.htm Intel C & C++ compiler]
 
* [http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/lin/compiler_c/index.htm Intel C & C++ compiler]
Line 84: Line 84:
 
* [[Python]]
 
* [[Python]]
 
* [[R Statistical Package]]
 
* [[R Statistical Package]]
* [https://support.scinet.utoronto.ca/wiki/images/7/7e/Snug_techtalk_revcontrol.pdf Oct 2010 SNUG TechTalk: Version Control]
+
* [[Media:Snug_techtalk_revcontrol.pdf|Oct 2010 SNUG TechTalk: Version Control]]
 
* [http://software-carpentry.org Software Carpentry Resources]
 
* [http://software-carpentry.org Software Carpentry Resources]
  
Line 114: Line 114:
  
 
==Debugging==
 
==Debugging==
* [https://support.scinet.utoronto.ca/wiki/images/2/27/Snugdebug.pdf TechTalk: Debuggers & Parallel Debugging on SciNet - gdb, ddd, padb], SciNet User Group Meeting, Nov 2010
+
* [[Media:Snugdebug.pdf|TechTalk: Debuggers & Parallel Debugging on SciNet - gdb, ddd, padb], SciNet User Group Meeting, Nov 2010]]
  
 
==Math libraries (BLAS, LAPACK, FFT)==
 
==Math libraries (BLAS, LAPACK, FFT)==
* [https://support.scinet.utoronto.ca/wiki/images/f/f2/FP_Consistency.pdf Intel Compiler Floating Point Consistency]
+
* [[Media:FP_Consistency.pdf|Intel Compiler Floating Point Consistency]]
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/lin/index.htm Math Kernel Library (MKL)]  
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/lin/index.htm Math Kernel Library (MKL)]  
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/vsl/vslnotes.pdf Math Kernel Library's Vector Statistical Library]
 
* [http://software.intel.com/sites/products/documentation/hpc/mkl/vsl/vslnotes.pdf Math Kernel Library's Vector Statistical Library]
Line 130: Line 130:
 
**[[Media:Netcdfhdf5.pdf|NetCDF/HDF5 Slides]]
 
**[[Media:Netcdfhdf5.pdf|NetCDF/HDF5 Slides]]
 
**[[Media:ParIO.tgz|Source Code]].   
 
**[[Media:ParIO.tgz|Source Code]].   
* [https://support.scinet.utoronto.ca/wiki/images/c/c7/Snugio.pdf Sept 2010 SNUG TechTalk: Parallel File System and IO]
+
* [[Media:Snugio.pdf|Sept 2010 SNUG TechTalk: Parallel File System and IO]]
 
* [[File System and I/O dos and don'ts]]
 
* [[File System and I/O dos and don'ts]]
  

Revision as of 16:46, 12 May 2011

Manuals

Intel (GPC):

IBM (TCS):

Scheduler (Adaptive Computing/Cluster Resources)

Training material

For upcoming classes, see our Courses website!

SciNet Basics

Batch job management

Programming

Parallel Programming

Performance Tuning

Debugging

Math libraries (BLAS, LAPACK, FFT)

I/O

GPU Computing

Visualization

Applications

Currently, information on the following applications is available: