Getting exported files for only one case #1834
thomas-saigre
started this conversation in
Ideas
Replies: 2 comments
-
We could certainly integrate the tool into feelpp and install it along the other tools |
Beta Was this translation helpful? Give feedback.
0 replies
-
See pull request #1917 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is a python script allowing you to synchronize the exported Feel++ files only for the case just executed (this avoids having to synchronize the whole
feel
folder from the remote server). Just modify lines 10 and 11 to have the right login / remote machine, then enter the commandsync-case --dir <the folder displayed at the end of the feelpp run>
.By default this will sync into
<feel global_root>/<server>/<corresponding folder>
(obtained by reading the .feelppconfig) (it is also possible to change this using the options, some options are also available, typesync-case --help
or look at the source to see them)Beta Was this translation helpful? Give feedback.
All reactions