Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminology page reorganization and other suggestions from KE #50

Merged
merged 7 commits into from
Oct 11, 2023

Conversation

samumantha
Copy link
Collaborator

@samumantha samumantha commented Oct 10, 2023

  • array job limit box added, missing max number ob jobs that can be submitted at same time , do you know this @rkronberg ?
  • tried to merge HPC box with terminology overview and moved some terminology away from here
  • added link to docs in partition question box
  • thinking if some info on job-process-task is needed, but don't know how much of it to put here. Any thoughts?
  • exception added to interactive job limits; is this correct now?

materials/terminology.md Outdated Show resolved Hide resolved
materials/terminology.md Outdated Show resolved Hide resolved
materials/job_types.md Outdated Show resolved Hide resolved
@ktiits
Copy link
Contributor

ktiits commented Oct 11, 2023

  • I would leave jobs and partitions out from here, they come later.
  • I would use word supercomputer (and not HPC system, cluster etc)
  • A nice picture could fit here, but did not find anything ready fast..

@samumantha
Copy link
Collaborator Author

You mean a picture of a computer architecture?

@ktiits
Copy link
Contributor

ktiits commented Oct 11, 2023

You mean a picture of a computer architecture?

Yes, with compute nodes, storage etc. May-be easiest to add to your picture that some compute nodes are CPU and some GPU. OR then leave it for now, not critical.

@samumantha
Copy link
Collaborator Author

Picture, yes, can check later if there is time to find a nice one. Juha suggested this: https://github.com/jlento/presentations/blob/master/_slides/CSCSupercomputers/SupercomputerArchitecture.svg which I could maybe adapt a bit and use.

@rkronberg
Copy link
Contributor

rkronberg commented Oct 11, 2023

@samumantha to see how many jobs can be submitted at the same time, run

sacctmgr list user $USER withassoc

So on Puhti you can have at most 400 jobs submitted (MaxSubmit) at the same time and at most 200 can be running (MaxJobs) at the same time. This applies for all partitions except interactive, test and gputest.

materials/job_types.md Outdated Show resolved Hide resolved
Co-authored-by: Samantha Wittke <[email protected]>
Comment on lines +9 to +15
The term **HPC system** is a stand-alone resource for computationally intensive workloads.
They are typically comprised of a multitude of integrated processing and
storage elements, designed to handle high volumes of data and/or large numbers of floating-point
operations ([FLOPS](https://en.wikipedia.org/wiki/FLOPS)) with the highest possible performance.

**Node**
You can roughly think that one **node** is a single computer.
To support these constraints, an HPC resource must exist in a specific, fixed location: networking
cables can only stretch so far, and electrical and optical signals can travel only so fast.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supercomputer is for computationally intensive workloads with the highest possible performance, designed to handle big volumes of data. It typically includes computational devices, networking devices and storage devices.
To support these constraints, a supercomputer must exist in a specific, fixed location: networking cables can only stretch so far, and electrical and optical signals can travel only so fast.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry this went wrong now, but I would replace rows 9-15 and 27 with this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me think about this for a moment. Will send another PR with an update regarding this text later. So we can merge this one for now.

@samumantha samumantha merged commit 4c2c940 into main Oct 11, 2023
@samumantha
Copy link
Collaborator Author

Thanks for the comments and suggestions. Let's merge for now and get back to some rewording in new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants