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
######## Server /share/apps/schrodinger/schrodinger.lic
38
37
Product & job type Jobs
39
38
BIOLUMINATE 10
@@ -83,12 +82,6 @@ QSITE 5
83
82
SITEMAP 10
84
83
```
85
84
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
-
92
85
## COMSOL
93
86
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.
94
87
@@ -101,7 +94,7 @@ In order to check what Comsol licenses are available on Torch use `comsol_licens
101
94
Several versions of COMSOL are available on the HPC cluster. To use COMSOL on the Torch HPC cluster, please
102
95
load the relevant module in your batch job submission script:
103
96
```sh
104
-
module load comsol/6.3
97
+
module load comsol/6.3.0
105
98
```
106
99
To submit a COMSOL job in a parallel fashion, running on multiple processing cores, follow the steps below:
107
100
1. Create a directory on "scratch" as given below.
0 commit comments