Changeset 802a9d for configure.ac


Ignore:
Timestamp:
Dec 21, 2025, 9:50:27 PM (3 weeks ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.1, stable
Children:
2e7888
Parents:
e4b9d5
git-author:
Frederik Heber <frederik.heber@…> (11/18/25 19:34:57)
git-committer:
Frederik Heber <frederik.heber@…> (12/21/25 21:50:27)
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    re4b9d5 r802a9d  
    631631AM_COND_IF([CONDPYTHON],[
    632632        AC_CONFIG_FILES([utils/Python/boxmaker.py:utils/Python/boxmaker.py.in], [chmod +x utils/Python/boxmaker.py])
     633        AC_CONFIG_FILES([utils/Python/generate_bondtable.sh:utils/Python/generate_bondtable.sh.in], [chmod +x utils/Python/generate_bondtable.sh])
     634        AC_CONFIG_FILES([utils/Python/compute_pair_bondlength.py:utils/Python/compute_pair_bondlength.py.in], [chmod +x utils/Python/compute_pair_bondlength.py])
    633635        AC_CONFIG_FILES([utils/Python/python_wrapper:utils/Python/python_wrapper.in], [chmod +x utils/Python/python_wrapper])
    634636        AC_CONFIG_FILES([tests/Python/run], [chmod +x tests/Python/run])
Note: See TracChangeset for help on using the changeset viewer.