Skip to content

Commit f0ae24d

Browse files
authored
Update 02_licensed_software.md
updated schrodinger usage - need to update more.
1 parent d587e7f commit f0ae24d

1 file changed

Lines changed: 9 additions & 16 deletions

File tree

docs/hpc/06_tools_and_software/02_licensed_software.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Schrödinger can be used for non-commercial, academic purposes ONLY.
99

1010
### Using SCHRODINGER on HPC Cluster
1111

12-
To load Schrodinger module execute
12+
Schrödinger is available using a wrapper script
1313
```sh
14-
$ module load schrodinger/2024.4
14+
$ /share/apps/images/run-schrodinger-2025.4.bash
15+
```
16+
Here is an example showing jaguar:
17+
```sh
18+
[wang@cs650 ~]$ /share/apps/images/run-schrodinger-2025.4.bash which jaguar
19+
/ext3/schrodinger/2025.4/jaguar
1520
```
1621
### Using SCHRODINGER on NYU Lab Computers
1722

@@ -27,13 +32,7 @@ Please see the following links for installation of the license file:
2732

2833
To check licenses status
2934
```sh
30-
# module load schrodinger/2021-1 # load schrodinger if not already loaded
31-
# licadmin STAT
32-
# licutil -jobs
33-
34-
## For example:
35-
36-
[wang@cs001 ~]$ licutil -jobs
35+
[wang@cs001 ~]$ /share/apps/images/run-schrodinger-2025.4.bash licutil -jobs
3736
######## Server /share/apps/schrodinger/schrodinger.lic
3837
Product & job type Jobs
3938
BIOLUMINATE 10
@@ -83,12 +82,6 @@ QSITE 5
8382
SITEMAP 10
8483
```
8584

86-
### Schrodinger Example Files
87-
Example SBATCH jobs and outputs are available to review here:
88-
```sh
89-
/scratch/work/public/examples/schrodinger/
90-
```
91-
9285
## COMSOL
9386
COMSOL is a problem-solving simulation environment, enforcing compatibility guarantees consistent multiphysics models. COMSOL Multiphysics is a general-purpose software platform, based on advanced numerical methods, for modeling and simulating physics-based problems. The package is cross-platform (Windows, Mac, Linux). The COMSOL Desktop helps you organize your simulation by presenting a clear overview of your model at any point. It uses functional form, structure, and aesthetics as the means to achieve simplicity for modeling complex realities.
9487

@@ -101,7 +94,7 @@ In order to check what Comsol licenses are available on Torch use `comsol_licens
10194
Several versions of COMSOL are available on the HPC cluster. To use COMSOL on the Torch HPC cluster, please
10295
load the relevant module in your batch job submission script:
10396
```sh
104-
module load comsol/6.3
97+
module load comsol/6.3.0
10598
```
10699
To submit a COMSOL job in a parallel fashion, running on multiple processing cores, follow the steps below:
107100
1. Create a directory on "scratch" as given below.

0 commit comments

Comments
 (0)