Skip to content

Commit

Permalink
top level script gromacs_docker_builds.py renamed to generate_specifi…
Browse files Browse the repository at this point in the history
…cations_file.py
  • Loading branch information
maaahad committed May 28, 2020
1 parent 5b9d03c commit 7f0c8ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ HPCCM recipes for GROMACS build and installation

## Generating Container Specification File

$ ./gromacs_docker_builds.py -h/--help
$ ./generate_specifications_file.py -h/--help

gromacs_docker_builds.py [-h] [--format {docker,singularity}]
generate_specifications_file.py [-h] [--format {docker,singularity}]
[--gromacs {2020.1,2020.2}]
[--fftw {3.3.7,3.3.8}]
[--cmake {3.14.7,3.15.7,3.16.6,3.17.1}]
Expand All @@ -16,7 +16,7 @@ HPCCM recipes for GROMACS build and installation
[--engines simd=avx_512f|avx2|avx|sse2:rdtscp=on|off [simd=avx_512f|avx2|avx|sse2:rdtscp=on|off ...]]

##### Sample command to Generate Container Specification File for Docker:
./gromacs_docker_builds.py --format docker --gromacs 2020.1 --ubuntu 18.04 --gcc 9 --cmake 3.17.1 --engines simd=sse2:rdtscp=off simd=sse2:rdtscp=on --openmpi 3.0.0 --regtest --fftw 3.3.7> Dockerfile
./generate_specifications_file.py --format docker --gromacs 2020.1 --ubuntu 18.04 --gcc 9 --cmake 3.17.1 --engines simd=sse2:rdtscp=off simd=sse2:rdtscp=on --openmpi 3.0.0 --regtest --fftw 3.3.7> Dockerfile

##### Choosing `SIMD` and `RDTSCP` instruction for `GROMACS` build using the option `--engines` :
###### Value format:
Expand Down
2 changes: 1 addition & 1 deletion generate_specifications_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Muhammed Ahad <[email protected], [email protected]>
Usage:
$ python3 gromacs_docker_builds.py -h/--help
$ python3 generate_specifications_file.py -h/--help
'''

import hpccm
Expand Down
2 changes: 1 addition & 1 deletion scripts/gmx_chooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Muhammed Ahad <[email protected], [email protected]>
Usage:
$ python3 gromacs_docker_builds.py -h/--help
$ python3 generate_specifications_file.py -h/--help
'''

import sys
Expand Down
2 changes: 1 addition & 1 deletion scripts/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Muhammed Ahad <[email protected], [email protected]>
Usage:
$ python3 gromacs_docker_builds.py -h/--help
$ python3 generate_specifications_file.py -h/--help
'''

import sys
Expand Down

0 comments on commit 7f0c8ba

Please sign in to comment.