cc_staff
176
edits
No edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
<!--T:4--> | <!--T:4--> | ||
Access to Niagara is not enabled automatically for everyone with | Access to Niagara is not enabled automatically for everyone with an Alliance account, but anyone with an active Alliance account can get their access enabled. | ||
If you have an active | If you have an active Alliance account but you do not have access to Niagara yet (e.g. because you are a new user and belong to a group whose primary PI does not have an allocation as granted in the annual [https://www.computecanada.ca/research-portal/accessing-resources/resource-allocation-competitions Alliance RAC]), go to the [https://ccdb.computecanada.ca/services/opt_in opt-in page on the CCDB site]. After clicking the "Join" button on that page, it usually takes only one or two business days for access to be granted. | ||
<!--T:210--> | <!--T:210--> | ||
Line 32: | Line 32: | ||
<!--T:5--> | <!--T:5--> | ||
As with all SciNet and | As with all SciNet and Alliance compute systems, access to Niagara is done via ssh (secure shell) only. As of January 22 2022, authentication is only allowed via SSH keys. Please refer to [[SSH_Keys|this page]] to generate your SSH key pair and make sure you use them securely. | ||
<!--T:228--> | <!--T:228--> | ||
Line 209: | Line 209: | ||
<li><p>A [[Modules_specific_to_Niagara | Niagara software stack]] tuned and compiled for this machine. This stack is available by default, but if not, can be reloaded with</p> | <li><p>A [[Modules_specific_to_Niagara | Niagara software stack]] tuned and compiled for this machine. This stack is available by default, but if not, can be reloaded with</p> | ||
<code>module load NiaEnv</code></li> | <code>module load NiaEnv</code></li> | ||
<li><p>The standard [[Available software| | <li><p>The standard [[Available software|Alliance software stack]] which is available on Alliance's other clusters (including [[Graham]], [[Cedar]], [[Narval]], and [[Beluga]]):</p> | ||
<code>module load CCEnv arch/avx512</code> | <code>module load CCEnv arch/avx512</code> | ||
<br>(without the <tt>arch/avx512</tt> module, you'd get the modules for a previous generation of CPUs) | <br>(without the <tt>arch/avx512</tt> module, you'd get the modules for a previous generation of CPUs) | ||
Line 261: | Line 261: | ||
<!--T:68--> | <!--T:68--> | ||
* Possibly, but you have to bring your own license for it. You can connect to an external license server using [https://docs.scinet.utoronto.ca/index.php/SSH_Tunneling ssh tunneling]. | * Possibly, but you have to bring your own license for it. You can connect to an external license server using [https://docs.scinet.utoronto.ca/index.php/SSH_Tunneling ssh tunneling]. | ||
* SciNet and | * SciNet and Alliance have an extremely large and broad user base of thousands of users, so we cannot provide licenses for everyone's favorite software. | ||
* Thus, the only commercial software installed on Niagara is software that can benefit everyone: compilers, math libraries and debuggers. | * Thus, the only commercial software installed on Niagara is software that can benefit everyone: compilers, math libraries and debuggers. | ||
* That means no [[MATLAB]], Gaussian, IDL, | * That means no [[MATLAB]], Gaussian, IDL, | ||
* Open source alternatives like Octave, [[Python]], and [[R]] are available. | * Open source alternatives like Octave, [[Python]], and [[R]] are available. | ||
* We are happy to help you to install commercial software for which you have a license. | * We are happy to help you to install commercial software for which you have a license. | ||
* In some cases, if you have a license, you can use software in the | * In some cases, if you have a license, you can use software in the Alliance stack. | ||
The list of commercial software which is installed on Niagara, for which you will need a license to use, can be found on the [https://docs.scinet.utoronto.ca/index.php/Commercial_software commercial software page]. | The list of commercial software which is installed on Niagara, for which you will need a license to use, can be found on the [https://docs.scinet.utoronto.ca/index.php/Commercial_software commercial software page]. | ||