Skip to content

Commit

Permalink
fixes for spellcheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgthb committed Sep 11, 2023
1 parent 1ee07c9 commit 4920975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config/spellcheck.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ MPI
NUMA
PDU
SMP
Schrödinger
OnDemand
8 changes: 4 additions & 4 deletions src/docs/software/using/schrodinger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The [Schrödinger][url_schrodinger] suite is a commercial and licensed software
used to simulate and model molecular behavior at the atomic level.
Schrödinger's software tools include molecular dynamics simulations, quantum
The Schrödinger software tools include molecular dynamics simulations, quantum
mechanics calculations, virtual screening and visualization tools.

### More documentation
Expand Down Expand Up @@ -104,15 +104,15 @@ interface on your local machine's display.
scheduled computations are carried over on the cluster.


For more information about X11 forwarding, you can refer to this [UIT
page][url_x11].
For more information about X11 forwarding, you can refer to this
[page][url_x11].


## Examples

### batch job submission

Here's an example [sbatch][url_sbatch] script, requesting 1 CPU, for 10 minutes
Here's an example [batch][url_sbatch] script, requesting 1 CPU, for 10 minutes
on the `normal` partition, that can be saved as `water.sbatch`:

```bash
Expand Down

0 comments on commit 4920975

Please sign in to comment.