You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hpc/03_storage/06_best_practices.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,4 +49,3 @@ If you create a conda or python environment in you home directory, this can eat
49
49
:::
50
50
51
51
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).
-[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)
39
38
40
39
## Examples of software usage on Greene
41
40
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.
68
67
69
68
To load Schrodinger module execute
70
69
```sh
71
-
$ module load schrodinger/2021-1
70
+
$ module load schrodinger/2024.4
72
71
```
73
72
#### Using SCHRODINGER on NYU Lab Computers
74
73
@@ -158,7 +157,7 @@ In order to check what Comsol licenses are available on Greene use `comsol_licen
158
157
Several versions of COMSOL are available on the HPC cluster. To use COMSOL on the Greene HPC cluster, please
159
158
load the relevant module in your batch job submission script:
160
159
```sh
161
-
module load comsol/5.6.0.280
160
+
module load comsol/6.3
162
161
```
163
162
To submit a COMSOL job in a parallel fashion, running on multiple processing cores, follow the steps below:
164
163
1. Create a directory on "scratch" as given below.
@@ -182,7 +181,7 @@ Mathematica is a general computing environment with organizing algorithmic, visu
182
181
183
182
To run Mathematica on the Greene HPC cluster, please load the relevant module in your batch job submission script:
184
183
```sh
185
-
module load mathematica/12.1.1
184
+
module load mathematica/14.1.0
186
185
```
187
186
:::note
188
187
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.
254
253
255
254
There are several versions of Matlab available on the cluster and the relevant version can be loaded.
256
255
```sh
257
-
module load matlab/2020b
258
-
module load matlab/2021a
256
+
module load matlab/2024b
259
257
```
260
258
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.
0 commit comments