-
Notifications
You must be signed in to change notification settings - Fork 6
Create Script to Snapshot Compadre into Trilinos #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kuberry, what version(s) of Python do you support? |
Hopefully the majority of this work will actually take place in TriBITS#307. |
@jmgate For running certain tests in ctests, Python 3.x will work (>=3.4.0). |
I think most everything would work in Python 2.7.x, except for "print variable" vs "print(variable)". |
I think the work in TriBITS#307 is complete, but we'll have to wait for that to be merged and then for TriBITS to be snapshotted into Trilinos. In the meantime, I can start on the script in compadre that will wrap |
Part of #164.
The preferred way of snapshotting a package into Trilinos is via the
snapshot-dir.py
tool from TriBITS. That script uses rsync to do a complete copy of the source directory into the destination directory. That's not exactly what we want for Compadre because we want to be able to exclude certain files/directories (e.g.,kokkos
,python
) from the snapshot. As such, we'll need to write our own script to do the snapshotting, but it can leverage thesnapshot-dir.py
script under the hood.The text was updated successfully, but these errors were encountered: