Skip to content

Commit

Permalink
Merge branch 'master' of github.com:delemottelab/string-method-gmxapi
Browse files Browse the repository at this point in the history
  • Loading branch information
sperezconesa committed Mar 16, 2022
2 parents f0edf1a + fe3d6f5 commit c9a7e13
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ using [GROMACS](http://www.gromacs.org/)[[3]](#references).

## Python dependencies

+ [Python](https://python.org) 3.8
+ [Python](https://python.org) 3.8+
+ [GROMACS](http://manual.gromacs.org/)
+ [numpy](https://numpy.org/) 1.22.1
+ [matplotlib](https://matplotlib.org/) (analysis only)
+ [slurm](https://slurm.schedmd.com/documentation.html) (optional)
+ [plumed](https://www.plumed.org/)) (optional)
+ [numpy](https://numpy.org/)
+ [slurm](https://slurm.schedmd.com/documentation.html) (soon will be optional)
+ [plumed](https://www.plumed.org/) (optional)
+ Additional packages for analysis. (optional)

The package has been tested with GROMACS2020.2. For the moment, the problem only
works with CPUs but it will be adapted to use GPUs in the future.
The program assumes that if you are using a cluster the queuing system is slurm, but it is easily adaptable to other
systems. The program computes the string's collective variables with gromacs' pull-code or
systems. The program should find in the path a `gmx_mpi` binary to run the simulations and a non-mpi version of the program `gmx` or `gmx_seq` to run the `grompp` commands.

**Warning**: if only `gmx_mpi` is available grompps are run with `srun -n 1 gmx_mpi grompp`. This has made in occasions the slurm server unstable and you might receive an email from your sysadim asking you to explain why you send 300 jobs of milisecond duration in the timelapse of a second.

The program computes the string's collective variables with gromacs' pull-code or
alternatively with [plumed](https://www.plumed.org/).

## Preparing the files
Expand Down

0 comments on commit c9a7e13

Please sign in to comment.