Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satori
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
satori
Commits
6696c917
Commit
6696c917
authored
4 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
d5e45a08
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
6696c917
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
Before logging in for the first time, you'll need to activate your account by following these
Before logging in for the first time, you'll need to activate your account by following these
[
instructions
](
https://mit-satori.github.io/satori-getting-started.html#logging-in-to-satori
)
.
[
instructions
](
https://mit-satori.github.io/satori-getting-started.html#logging-in-to-satori
)
.
Now you can
`ssh`
in to either of the login nodes like this
(replacing
`strand`
with your username)
.
Now you can
`ssh`
in to either of the login nodes like this.
```
```
ssh
strand
@satori-login-001.mit.edu
ssh
<your username>
@satori-login-001.mit.edu
ssh
strand
@satori-login-002.mit.edu
ssh
<your username>
@satori-login-002.mit.edu
```
```
According to
[
this
](
https://mit-satori.github.io/satori-ssh.html
)
, the first login node should be
According to
[
this
](
https://mit-satori.github.io/satori-ssh.html
)
, the first login node should be
...
@@ -74,7 +74,7 @@ directory outside the repo.
...
@@ -74,7 +74,7 @@ directory outside the repo.
#SBATCH -J saxpy # sets the job name
#SBATCH -J saxpy # sets the job name
#SBATCH -o saxpy_%j.out # determines the main output file (%j will be replaced with the job number)
#SBATCH -o saxpy_%j.out # determines the main output file (%j will be replaced with the job number)
#SBATCH -e saxpy_%j.err # determines the error output file
#SBATCH -e saxpy_%j.err # determines the error output file
#SBATCH --mail-user=
erik.strand@cba.mit.edu
#SBATCH --mail-user=
<your email address>
#SBATCH --mail-type=ALL
#SBATCH --mail-type=ALL
#SBATCH --gres=gpu:1 # requests one GPU per node...
#SBATCH --gres=gpu:1 # requests one GPU per node...
#SBATCH --nodes=1 # and one node...
#SBATCH --nodes=1 # and one node...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment