-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 39d00f0
Showing
63 changed files
with
5,759 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>High-performance computing group at UiT</title> | ||
<link rel="shortcut icon" href="https://hpc.uit.no/img/favicon.ico"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script> | ||
|
||
|
||
|
||
|
||
<meta name="description" content="When your computation does not fit anymore into your computer, we are the group | ||
to talk to. | ||
" /> | ||
<meta name="twitter:description" content="When your computation does not fit anymore into your computer, we are the group | ||
to talk to. | ||
" /> | ||
|
||
|
||
|
||
<meta name="twitter:title" content="High-performance computing group at UiT" /> | ||
|
||
|
||
|
||
<link href="https://hpc.uit.no/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div class="uk-container uk-margin-large-bottom"> | ||
<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar> | ||
<div class="logo-container"> | ||
<a href="https://uit.no/startsida" target="_blank"> | ||
<img class="logo-uit" src="https://hpc.uit.no/img/UiT_2line_blue.png" alt="logo_uit_2line_blue"> | ||
</a> | ||
<a href="https://documentation.sigma2.no/" target="_blank"> | ||
<img class="logo-nris" src="https://hpc.uit.no/img/NRIS_acronym_blue.png" alt="logo_nris_acronym_blue"> | ||
</a> | ||
</div> | ||
<div class="uk-navbar-right"> | ||
<ul class="uk-navbar-nav uk-visible@s"> | ||
|
||
|
||
<li><a href="https://hpc.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/training">Training and events</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/accounts">Getting started</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/blog">Newsletter/blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a> | ||
</div> | ||
</nav> | ||
|
||
<div id="sidenav" uk-offcanvas="flip: true" class="uk-offcanvas"> | ||
<div class="uk-offcanvas-bar"> | ||
<ul class="uk-nav"> | ||
|
||
|
||
<li><a href="https://hpc.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/training">Training and events</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/accounts">Getting started</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/blog">Newsletter/blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="markdown"> | ||
|
||
<h1>404, page not found</h1> | ||
|
||
<p> | ||
This is not the page you are looking for ... return back to the | ||
<a href="/">index page</a>? | ||
</p> | ||
|
||
</div> | ||
|
||
<hr> | ||
|
||
<ul class="uk-iconnav"> | ||
<li class="uk-margin-large-right"> | ||
<a href="https://documentation.sigma2.no" target="_blank" uk-icon="icon: file-text">documentation.sigma2.no</a> | ||
</li> | ||
<li class="uk-margin-large-right"> | ||
<a href="https://github.com/uit-no/hpc.uit.no" target="_blank" uk-icon="icon: github">improve this page</a> | ||
</li> | ||
<li class="uk-margin-large-right"> | ||
<a href="mailto:[email protected]" uk-icon="icon: mail">[email protected]</a> | ||
</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hpc.uit.no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,201 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>High-performance computing group at UiT</title> | ||
<link rel="shortcut icon" href="https://hpc.uit.no/img/favicon.ico"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script> | ||
|
||
|
||
|
||
|
||
<meta name="description" content="When your computation does not fit anymore into your computer, we are the group | ||
to talk to. | ||
" /> | ||
<meta name="twitter:description" content="When your computation does not fit anymore into your computer, we are the group | ||
to talk to. | ||
" /> | ||
|
||
|
||
|
||
<meta name="twitter:title" content="High-performance computing group at UiT" /> | ||
|
||
|
||
|
||
<link href="https://hpc.uit.no/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div class="uk-container uk-margin-large-bottom"> | ||
<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar> | ||
<div class="logo-container"> | ||
<a href="https://uit.no/startsida" target="_blank"> | ||
<img class="logo-uit" src="https://hpc.uit.no/img/UiT_2line_blue.png" alt="logo_uit_2line_blue"> | ||
</a> | ||
<a href="https://documentation.sigma2.no/" target="_blank"> | ||
<img class="logo-nris" src="https://hpc.uit.no/img/NRIS_acronym_blue.png" alt="logo_nris_acronym_blue"> | ||
</a> | ||
</div> | ||
<div class="uk-navbar-right"> | ||
<ul class="uk-navbar-nav uk-visible@s"> | ||
|
||
|
||
<li><a href="https://hpc.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/training">Training and events</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/accounts">Getting started</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/blog">Newsletter/blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a> | ||
</div> | ||
</nav> | ||
|
||
<div id="sidenav" uk-offcanvas="flip: true" class="uk-offcanvas"> | ||
<div class="uk-offcanvas-bar"> | ||
<ul class="uk-nav"> | ||
|
||
|
||
<li><a href="https://hpc.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/training">Training and events</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/accounts">Getting started</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/blog">Newsletter/blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://hpc.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="markdown"> | ||
|
||
<h1 id="about-us">About us</h1> | ||
<p>On this page we summarize what we do more long-term. We also have a page about | ||
our <a href="https://hpc.uit.no/projects/">projects</a>.</p> | ||
<h2 id="team">Team</h2> | ||
<p><a href="/about/team/">See the people working for the HPC group.</a></p> | ||
<h2 id="hardware">Hardware</h2> | ||
<p>One of the NRIS supercomputers, <a href="https://documentation.sigma2.no/hpc_machines/fram.html#fram">Fram</a>, is located at UiT. Fram is a | ||
supercomputer with over 1000 individual nodes, each with 32 cores, capable of | ||
1.1 PFLOP/s. A large portion of our job is to make sure that this machine | ||
operates at peak capacity. This involces typically replacing failing components, | ||
rebooting machines that has stopped working, and upgrade or replace parts of | ||
the machine when new capabilities or improved performance is available.</p> | ||
<h2 id="software">Software</h2> | ||
<ul> | ||
<li><strong>GPU for HPC</strong>: | ||
Our team is dedicated to enhancing GPU usage for both NVIDIA (Saga and Betzy) and AMD (LUMI-G) GPUs. | ||
Part of our duties involves crafting comprehensive tutorials that facilitate understanding and optimal | ||
utilization of both NVIDIA and AMD GPUs. We also actively participate in, and organize, training events | ||
with the aim of fostering GPU operation skills among users. Furthermore, we provide consistent user support, | ||
helping users navigate the complexities and solve any issues they may encounter in GPU usage.</li> | ||
<li><strong>Research software engineering</strong>: | ||
Within the <a href="https://research-software.uit.no">research software engineering group at UiT</a>, | ||
we interact closely with users to facilitate their software development process. Our services range from | ||
assisting in enhancing your scripts or code, to helping in organizing your code for optimal efficiency. | ||
We also provide guidance on how to effectively share your code with others. Additionally, we offer support | ||
aimed at improving the performance of your code to ensure it runs faster and more efficiently.</li> | ||
<li><strong>Software team</strong>: We contribute to software installations for NRIS clusters. | ||
We use <a href="https://docs.easybuild.io">EasyBuild</a> as the main software installation management tool. </li> | ||
<li><strong>Internal tooling</strong>: | ||
We develop internal tools for HPC systems that improve the user and support experience: | ||
<ul> | ||
<li><a href="https://github.com/NordicHPC/dusage/">dusage</a> shows storage quota and usage on the national HPC systems</li> | ||
<li><a href="https://github.com/NordicHPC/sonar/">sonar</a> collects data on jobs resource usage</li> | ||
<li><a href="https://github.com/NordicHPC/jobgraph/">jobgraph</a> uses data from sonar and plots info from jobs</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h2 id="outreach-and-on-boarding">Outreach and on-boarding</h2> | ||
<ul> | ||
<li>We help new users getting started through the | ||
<a href="https://www.sigma2.no/small-scale-exploratory-work">small scale exploratory work projects</a>.</li> | ||
<li>On <a href="https://hpc.uit.no/accounts/">this page</a> we describe how you can get access to a test | ||
account or a course account.</li> | ||
<li>We are planning to start later this year with regular (weekly) office hours | ||
to provide a contact point to discuss ideas and issues with user communities.</li> | ||
</ul> | ||
<h2 id="training">Training</h2> | ||
<p>With other NRIS centers and international collaborations we develop and deliver courses and training events:</p> | ||
<ul> | ||
<li><a href="https://documentation.sigma2.no/training/events.html">NRIS training portal</a></li> | ||
<li><a href="https://coderefinery.org/">CodeRefinery</a></li> | ||
</ul> | ||
<h2 id="support">Support</h2> | ||
<ul> | ||
<li>We provide support for NRIS users and improving usability. </li> | ||
<li>We help new users getting started through the <a href="https://www.sigma2.no/small-scale-exploratory-work">small scale exploratory work projects</a></li> | ||
<li>Extended user support (support that requires few days of work)</li> | ||
<li>Advanced user support (support that requires few weeks of work)</li> | ||
<li>Improving the <a href="https://documentation.sigma2.no/">documentation</a></li> | ||
<li>Improving internal policies to make things easier for users</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
|
||
<hr> | ||
|
||
<ul class="uk-iconnav"> | ||
<li class="uk-margin-large-right"> | ||
<a href="https://documentation.sigma2.no" target="_blank" uk-icon="icon: file-text">documentation.sigma2.no</a> | ||
</li> | ||
<li class="uk-margin-large-right"> | ||
<a href="https://github.com/uit-no/hpc.uit.no" target="_blank" uk-icon="icon: github">improve this page</a> | ||
</li> | ||
<li class="uk-margin-large-right"> | ||
<a href="mailto:[email protected]" uk-icon="icon: mail">[email protected]</a> | ||
</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.