Skip to content

Commit

Permalink
Add clarification on MOPAC thread safety
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Nov 11, 2024
1 parent 2491d00 commit e68b168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ There is a [new documentation website](https://openmopac.github.io) under develo
## Interfaces

While MOPAC is primarily a self-contained command-line program whose behavior is specified by an input file, it also has other modes of
operation, some of which only require the MOPAC shared library and not the executable.
operation, some of which only require the MOPAC shared library and not the executable. Note that API calls to the MOPAC library are not
thread safe. Each thread must load its own instance of the MOPAC library, such as by running independent calling programs.

### MDI Engine

Expand Down

0 comments on commit e68b168

Please sign in to comment.