Candidate_v1.7.1
stable
|
Last change
on this file since 802a9d was 802a9d, checked in by Frederik Heber <frederik.heber@…>, 3 weeks ago |
|
Adds scripts to generate a bond table.
- one python script for the computation and a bash script to
call it. With this split, we can easily parallelize the
computations to make use of JobMarket's multiple workers.
|
-
Property mode
set to
100644
|
|
File size:
386 bytes
|
| Line | |
|---|
| 1 | if CONDPYTHON
|
|---|
| 2 | PYTHON_TOOLS = \
|
|---|
| 3 | Python/boxmaker \
|
|---|
| 4 | Python/generate_bondtable \
|
|---|
| 5 | Python/compute_pair_bondlength
|
|---|
| 6 | endif
|
|---|
| 7 |
|
|---|
| 8 | ${PYTHON_TOOLS}: Python/python_wrapper
|
|---|
| 9 | cp $< $@
|
|---|
| 10 |
|
|---|
| 11 | if CONDPYTHON
|
|---|
| 12 | EXTRA_DIST += \
|
|---|
| 13 | ${PYTHON_TOOLS} \
|
|---|
| 14 | Python/HOWTO-boxmaker
|
|---|
| 15 | BUILT_SOURCES += ${PYTHON_TOOLS}
|
|---|
| 16 | CLEANFILES += ${PYTHON_TOOLS}
|
|---|
| 17 | pyexec_SCRIPTS += \
|
|---|
| 18 | Python/boxmaker.py \
|
|---|
| 19 | Python/compute_pair_bondlength.py
|
|---|
| 20 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.