Difference between revisions of "SciNet User Support Library"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
 
(369 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Welcome to the SciNet User Support wiki. Here you will find up-to-date manuals put together by SciNet staff and users, as well as links to external resources, to help you make use of SciNet resources for computational scientific discovery. Navigate using the links in the grid-style presentation below, or using the menu on the left.  
+
{| style="border-spacing: 8px; width:100%"
 +
| valign="top" style="cellpadding:1em; padding:1em; border:2px solid; background-color:#f6f674; border-radius:5px"|
 +
'''WARNING: SciNet is in the process of replacing this wiki with a new documentation site. For current information, please go to [https://docs.scinet.utoronto.ca https://docs.scinet.utoronto.ca]'''
 +
|}
  
{|  style="border-spacing: 4px;"
+
 
| valign="top" style="cellpadding:1em; padding:1em; border:2px solid #aaaaaa; background-color:#F9F9Fa" colspan=2|
+
{|  style="border-spacing: 8px;"
 +
| valign="top" style="cellpadding:1em; padding:1em; border:3px solid #0645ad; background-color:#f6f6f6; border-radius:7px"|
 
{{SciNetWiki:System_Alerts}}
 
{{SciNetWiki:System_Alerts}}
 +
| valign="top" style="cellpadding:1em; padding:1em; border:3px solid #0645ad; background-color:#f6f6f6; border-radius:7px"|
 +
==System News==
 +
* April 23, 2018: GPC & Sandy decommissioned.
 +
* April 10, 2018: Niagara commissioned.
 +
* March 20th, 2018: Gravity decommissioned.
 +
* Dec 4, 2017 : scratchtcs decommissioned.
 +
* Nov 28, 2017: The GPC has been reduced from 30,912 to 16,800 cores to make room for the installation of Niagara.
 +
* Sept 29, 2017: The TCS has been decommissioned.
 +
 +
([[Previous System News]])
 
|-
 
|-
| valign="top" width="50%" style="padding:1em; border:2px solid #aaaaaa; background-color:#F6DEDE" |
+
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#f6e8e8; border-radius:7px" |
 +
 
 
== QuickStart Guides ==
 
== QuickStart Guides ==
* [https://support.scinet.utoronto.ca/wiki/images/5/54/SciNet_Tutorial.pdf SciNet User Tutorial]
+
* [[SciNet Command Line Utilities]]
* [[Knowledge_Base:_Tutorials_and_Manuals|Tutorials and Manuals]]
+
* [[Media:SciNet_Tutorial.pdf|SciNet User Tutorial]]
* [[Essentials|Essentials]]
+
* [[P7_Linux_Cluster|P7: Power 7 Linux cluster]]
* [[GPC_Quickstart|GPC: General Purpose Cluster]]
+
* [[BGQ|BGQ: BlueGene/Q clusters]]
* [[TCS_Quickstart|TCS: Tightly Coupled System]]
 
 
* [[Software_and_Libraries|Software and libraries]]
 
* [[Software_and_Libraries|Software and libraries]]
 
* [[Data_Management|Data management]]
 
* [[Data_Management|Data management]]
 
* [[FAQ | FAQ (frequently asked questions)]]
 
* [[FAQ | FAQ (frequently asked questions)]]
 
* [[Acknowledging_SciNet | Acknowledging SciNet]]
 
* [[Acknowledging_SciNet | Acknowledging SciNet]]
| valign="top" style="padding:1em; border:2px solid #aaaaaa; background-color:#DEF6DE" |
+
* [https://courses.scinet.utoronto.ca SciNet education]
 +
* [https://www.youtube.com/channel/UC42CaO-AAQhwqa8RGzE3daQ SciNet YouTube Channel]
 +
| valign="top" style="padding:1em; border:1px solid #aaaaaa; background-color:#e8f6e8; border-radius:7px" |
 +
 
 +
== Tutorials and Manuals ==
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#SciNet_Basics|SciNet basics]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Linux|Linux]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Batch_job_management|Batch job management]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Programming|Programming]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Parallel_Programming|Parallel programming]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#GPU_Computing|GPU computing]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Performance_Tuning|Performance tuning]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Debugging|Debugging]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Math_libraries_.28BLAS.2C_LAPACK.2C_FFT.29|Math libraries (BLAS, LAPACK, FFT)]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#I/O|I/O and databases]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Visualization|Visualization]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Applications|Applications]]
 +
* [[Knowledge_Base:_Tutorials_and_Manuals#Manuals|Manuals (compilers etc)]]
 +
* [[2016_Ontario_Summer_School_for_High_Performance_Computing_Central]]
 +
* [[2015_Ontario_Summer_School_for_High_Performance_Computing_Central]]
 +
|-
 +
| valign="top" style="padding:1em; border:1px solid #aaaaaa; background-color:#e8e8f6; border-radius:7px" |
  
 
== What's New On The Wiki ==
 
== What's New On The Wiki ==
* [[Media:ModernFortran.pdf | Slides]] and [[Media:ModernFortran.tgz | source code]] of the Scientific Modern Fortran class ([[User:ljdursi|ljdursi]], Apr 19).
+
<div style='text-align:left;'>
* [https://support.scinet.utoronto.ca/wiki/images/e/e3/SNUGlocalsetup.pdf Slides of the April 2011 SNUG on User-space modules and packages] ([[User:rzon|rzon]], Apr 14).
+
 
* [[Installing your own modules]] ([[User:rzon|rzon]], Apr 7).
+
* Dec 2014: Updated [[GPC Quickstart]] with info on email notifications from the scheduler.
* [[Python#Installing_your_own_Python_Modules | Installing your own Python Modules]] ([[User:ljdursi|ljdursi]], Apr 5).
+
 
* Instructions on how to [[R_Statistical_Package | install optional R packages from CRAN]] ([[User:ljdursi|ljdursi]], 29 Mar).
+
* Dec 2014: [[Hdf5]] compilation page updated.
* [[Videos_of_the_One-Day_Scientific_C%2B%2B_Class | Videos of the Scientific C++ class]] ([[User:rzon|rzon]], 29 Mar).
 
  
 +
* Dec 2014: [[Research Computing with Python 2014]] lectures 5-8
 +
 +
* Nov 2014: "Modern CUDA Features" TechTalk slides in [[SciNet TechTalks and Seminars]].
 +
 +
* Nov 2014: [[Research Computing with Python 2014]] lectures 1-4
 +
 +
* Sept 2014: [[User_Tips#Reducing_virtual_memory_consumption_for_multithreaded_programs| Tip on reducing virtual memory consumption for multithreaded programs]]
 +
 +
* Sept 2014: Improved information on the [[Python]] versions installed on the GPC, and which modules are included in each version.
 +
 +
* Sept 2014: Description on using job arrays on the GPC on the [[Scheduler]] page.
 +
 +
* Sept 2014: [[Intro to Tkinter|Tkinter instructions]], [[Media:Tkinter.pdf|slides]] and [[Media:Tkinter_code.tgz|code]] for the TkInter workshop held in September.
 +
 +
* Sept 2014: Instructions on using [[Hadoop for HPCers|Hadoop]] (for the Hadoop workshop held in September).
 +
 +
</div>
 
Previous new stuff can be found in the [[What's new archive]].
 
Previous new stuff can be found in the [[What's new archive]].
|-
+
| valign="top" style="padding:1em; border:1px solid #aaaaaa; background-color:#f4f4fa; border-radius:7px" |
| valign="top" style="padding:1em; border:2px solid #aaaaaa; background-color:#DEDEF6" |
+
<div style='text-align:left;'>
 
{{SciNetWiki:Community_Portal}}
 
{{SciNetWiki:Community_Portal}}
| valign="top" style="padding:1em; border:2px solid #aaaaaa; background-color:#f0f0fa" |
+
</div>
{{SciNetWiki:Current_events}}
 
 
|}
 
|}
  
{{#Widget:Twitter|user=SciNetHPC}}
+
{{#Widget:Twitter|shell.background=#9fb1c2|tweets.links=#4775c1|tweets.color=#000000|tweets.background=#ffffff|user=SciNetHPC}}
  
 
<!-- [[Old Main Page]] --!>
 
<!-- [[Old Main Page]] --!>

Latest revision as of 14:59, 15 May 2018

WARNING: SciNet is in the process of replacing this wiki with a new documentation site. For current information, please go to https://docs.scinet.utoronto.ca


System Status

System status can now be found at docs.scinet.utoronto.ca


Mon 23 Apr 2018 GPC-compute is decommissioned, GPC-storage available until 30 May 2018

Thu 18 Apr 2018 Niagara system will undergo an upgrade to its Infiniband network between 9am and 12pm, should be transparent to users, however there is a chance of network interruption.

Fri 13 Apr 2018 HPSS system will be down for a few hours on Mon, Apr/16, 9AM, for hardware upgrades, in preparation for the eventual move to the Niagara side.

Tue 10 Apr 2018 Niagara is open to users.

Wed 4 Apr 2018 We are very close to the production launch of Niagara, the new system installed at SciNet. While the RAC allocation year officially starts today, April 4/18, the Niagara system is still undergoing some final tuning and software updates, so the plan is to officially open it to users on next week.

All active GPC users will have their accounts, $HOME, and $PROJECT, transferred to the new Niagara system. Those of you who are new to SciNet, but got RAC allocations on Niagara, will have your accounts created and ready for you to login.

We are planning an extended Intro to SciNet/Niagara session, available in person at our office, and webcast on Vidyo and possibly other means, on Wednesday April 11 at noon EST.


System News

  • April 23, 2018: GPC & Sandy decommissioned.
  • April 10, 2018: Niagara commissioned.
  • March 20th, 2018: Gravity decommissioned.
  • Dec 4, 2017 : scratchtcs decommissioned.
  • Nov 28, 2017: The GPC has been reduced from 30,912 to 16,800 cores to make room for the installation of Niagara.
  • Sept 29, 2017: The TCS has been decommissioned.

(Previous System News)

QuickStart Guides

Tutorials and Manuals

What's New On The Wiki

  • Dec 2014: Updated GPC Quickstart with info on email notifications from the scheduler.
  • Dec 2014: Hdf5 compilation page updated.
  • Sept 2014: Improved information on the Python versions installed on the GPC, and which modules are included in each version.
  • Sept 2014: Description on using job arrays on the GPC on the Scheduler page.
  • Sept 2014: Instructions on using Hadoop (for the Hadoop workshop held in September).

Previous new stuff can be found in the What's new archive.