Windows example spm - #315
Merged
Merged
Conversation
Escape backslash characters in the windows paths, to prevent them from being interpreted as special character identifiers in printf functions Partial fix for issue automaticanalysis#276
On windows, always use copyfile fow now. See the related issue for thoughts and further options. Partial fix for issue automaticanalysis#313
Make the comments more in line with tutorial_1_aa_setup, and remove outdated comment on not-gzipped data. Add automatic data download, and update what variables are set. With a minimal correct user parameter file, the tutorial will now run without needing any user edits. This also enables automatic testing of this tutorial function.
Escape backslash characters in possible windows paths, to prevent them from being interpreted as special character identifiers in printf functions Partial fix for issue automaticanalysis#276
A Parallel Server MJS cluster may run tasks under a different user, with different drive mappings. Convert mapped drive paths to unc paths to avoid problems from this different mapping Note that this does not solve an problems caused by the different user having different access rights to files and directories
tiborauer
reviewed
Dec 21, 2021
tiborauer
reviewed
Dec 21, 2021
tiborauer
approved these changes
Jan 11, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes to have tutorial_2_SPM_CH30 run out-of-the-box, and also on a Windows based Matlab Parallel Server cluster.
Partial fix for #313
Changes for #276
Changes for #256