Skip to content

Commit 93ccedf

Browse files
authored
Merge pull request #129 from NYU-RTS/usability_tools_and_software
Usability tools and software
2 parents c1c4d09 + f4a2b1e commit 93ccedf

File tree

8 files changed

+476
-338
lines changed

8 files changed

+476
-338
lines changed

docs/hpc/03_storage/06_best_practices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ If you create a conda or python environment in you home directory, this can eat
4949
:::
5050

5151
Please review the [Package Management section](../06_tools_and_software/01_software_on_greene.md#package-management-for-r-python--julia-and-conda-in-general) of the [Greene Software Page](../06_tools_and_software/01_software_on_greene.md).
52-

docs/hpc/06_tools_and_software/01_software_on_greene.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are different types of software packages available
77
- This includes the licensed software listed below
88
- Singularity Containers
99
- You can find those already built and ready to use, at location `/scratch/work/public/singularity/`
10-
- For more information on running software with Singularity, [click here](../07_containers/01_intro.md).
10+
- For more information on running software with Singularity, See our [Containers Intro](../07_containers/01_intro.md).
1111
- Python/R/Julia packages can be installed by a user
1212

1313
If you need another linux program installed, please contact us at [[email protected]](mailto:[email protected])
@@ -22,7 +22,7 @@ Below is a list of modules and their associated functions:
2222
| Command | Function |
2323
|-----------------------------------|-----------------------------------------------------------------------|
2424
| module unload `<module-name>` | unload a module |
25-
| module show `<module-name>` | see exactly what effect loading the module will have with |
25+
| module show `<module-name>` | see exactly what effect loading the module will have |
2626
| module purge | remove all loaded modules from your environment |
2727
| module load `<module-name>` | load a module |
2828
| module whatis `<module-name>` | find out more about a software package |
@@ -32,10 +32,9 @@ Below is a list of modules and their associated functions:
3232

3333

3434
## Package Management for R, Python, & Julia, and Conda in general
35-
- [Conda environments (Python, R)](../06_tools_and_software/02_conda_environments.md)
36-
- [Using virtual environments for Python](../06_tools_and_software/03_python_packages_with_virtual_environments.md)
37-
- [Managing R packages with renv](../06_tools_and_software/04_r_packages_with_renv.md)
38-
- [Singularity with Miniconda](../07_containers/03_singularity_with_conda.md)
35+
- [Conda environments (Python, R)](../06_tools_and_software/04_conda_environments.mdx)
36+
- [Using virtual environments for Python](../06_tools_and_software/02_python_packages_with_virtual_environments.mdx)
37+
- [Managing R packages with renv](../06_tools_and_software/03_r_packages_with_renv.mdx)
3938

4039
## Examples of software usage on Greene
4140
Examples can be found under `/scratch/work/public/examples/` and include the following
@@ -68,7 +67,7 @@ Schrödinger can be used for non-commercial, academic purposes ONLY.
6867

6968
To load Schrodinger module execute
7069
```sh
71-
$ module load schrodinger/2021-1
70+
$ module load schrodinger/2024.4
7271
```
7372
#### Using SCHRODINGER on NYU Lab Computers
7473

@@ -158,7 +157,7 @@ In order to check what Comsol licenses are available on Greene use `comsol_licen
158157
Several versions of COMSOL are available on the HPC cluster. To use COMSOL on the Greene HPC cluster, please
159158
load the relevant module in your batch job submission script:
160159
```sh
161-
module load comsol/5.6.0.280
160+
module load comsol/6.3
162161
```
163162
To submit a COMSOL job in a parallel fashion, running on multiple processing cores, follow the steps below:
164163
1. Create a directory on "scratch" as given below.
@@ -182,7 +181,7 @@ Mathematica is a general computing environment with organizing algorithmic, visu
182181

183182
To run Mathematica on the Greene HPC cluster, please load the relevant module in your batch job submission script:
184183
```sh
185-
module load mathematica/12.1.1
184+
module load mathematica/14.1.0
186185
```
187186
:::note
188187
In the example below the module is loaded already in the sbatch script.
@@ -254,8 +253,7 @@ MATLAB can be used for non-commercial, academic purposes.
254253

255254
There are several versions of Matlab available on the cluster and the relevant version can be loaded.
256255
```sh
257-
module load matlab/2020b
258-
module load matlab/2021a
256+
module load matlab/2024b
259257
```
260258
In order to run MATLAB interactively on the cluster, [start an interactive slurm job](../05_submitting_jobs/01_slurm_submitting_jobs.md), load the matlab module and launch an interactive matlab session in the terminal.
261259

docs/hpc/06_tools_and_software/02_conda_environments.md

Lines changed: 0 additions & 260 deletions
This file was deleted.

0 commit comments

Comments
 (0)