-
Notifications
You must be signed in to change notification settings - Fork 21
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
[DOC] Update computing section #73
Conversation
update quarto with the new delineation of computing tab
….io into doc/computing
This is now ready for review @poldrack ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed a few changes that I think should be uncontroversial.
Overall, this LGTM, but might be good to get someone with more day-to-day sherlock usage to give it a once-over.
@ebridge2 and @effigies ; I've now streamlined the "access and resources" and "data management" sections. The diff looks bigger than it is, since now all sentences are on newlines ! I ended up not cross-linking the sections since they feel relatively self-contained now, but very happy for other opinions here. Thanks ! |
To use `ncdu`, add the following line to the bottom of your `~/.bash_profile`, which will load the `ncdu` module each time you log in to Sherlock: | ||
|
||
```bash | ||
$ ml system ncdu | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use `ncdu`, add the following line to the bottom of your `~/.bash_profile`, which will load the `ncdu` module each time you log in to Sherlock: | |
```bash | |
$ ml system ncdu | |
``` | |
To use `ncdu`, add `ml system ncdu` to the bottom of your `~/.bash_profile`, which will load the `ncdu` module each time you log in to Sherlock. | |
You can add and access it with the following commands: | |
````bash | |
$ echo "ml system ncdu" >> ~/.bash_profile | |
$ source ~/.bash_profile |
$ ml system ncdu | ||
``` | ||
|
||
In future login session, you can access the `ncdu` command via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In future login session, you can access the `ncdu` command via | |
In future login sessions, `ncdu` will be accessible without calling `source`. | |
Use the `ncdu` command via |
Made a couple small suggestions. I'm +1 for merging, and things can always be improved. |
Cool; I actually was concurrently reviewing and fixed that and added a few minor clarifications @effigies |
Closes #61.
Expands computing documentation to better serve as an internal resource.
cc @ebridge2