Skip to content
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

Hide visualization files #1086

Merged
merged 11 commits into from Jul 6, 2016
Merged

Hide visualization files #1086

merged 11 commits into from Jul 6, 2016

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Jul 1, 2016

supersedes #1076 and fixes #934 .

@tjhei tjhei mentioned this pull request Jul 1, 2016
@tjhei tjhei force-pushed the pr1076 branch 2 times, most recently from f3d8d85 to 70b15f5 Compare July 2, 2016 14:14
class4kayaker and others added 10 commits July 2, 2016 07:14
Expected to break most tests, testing needs to wait on Timo to ensure
that the tester will be able to handle the subdirectories
- rename function to create_directory
- make message optional
- make some of the messages silent
- .visit file had wrong paths
- remove member vars introduced and hardcode solution/
@tjhei
Copy link
Member Author

tjhei commented Jul 4, 2016

ready to review.

* @param silent Print a nicely formatted message on processor 0 if set
* to true.
*/
void create_directory(std::string pathname, const MPI_Comm &comm, bool silent);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make first argument a const reference. break arguments onto separate lines

@bangerth
Copy link
Contributor

bangerth commented Jul 5, 2016

OK to merge yourself once the minor issues are cleared.

@tjhei tjhei merged commit 173b0f1 into geodynamics:master Jul 6, 2016
@tjhei tjhei deleted the pr1076 branch July 6, 2016 14:04
bangerth added a commit to bangerth/aspect that referenced this pull request Jul 14, 2016
geodynamics#1074 used the old directory structure in the tests/ subdirectories,
but was pre-empted by geodynamics#1086 and so tests fail because the pull request
still put output files into the old location, but the executable now
places them into a different location. Fix this by moving a file to
its now correct location.
bangerth added a commit to bangerth/aspect that referenced this pull request Jul 14, 2016
geodynamics#1074 used the old directory structure in the tests/ subdirectories,
but was pre-empted by geodynamics#1086 and so tests fail because the pull request
still put output files into the old location, but the executable now
places them into a different location. Fix this by moving a file to
its now correct location. It here also requires updating the .cc file
slightly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hide visualization files not to be opened
3 participants