Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
INMOST
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Terekhov
INMOST
Commits
ec21435a
Commit
ec21435a
authored
Jan 19, 2015
by
Kirill Terekhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: solver_test000: don't write files
Should not pollute directory with files without need
parent
6e0be7b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tests/solver_test000/main.cpp
tests/solver_test000/main.cpp
+4
-4
No files found.
tests/solver_test000/main.cpp
View file @
ec21435a
...
@@ -104,10 +104,10 @@ int main(int argc,char ** argv)
...
@@ -104,10 +104,10 @@ int main(int argc,char ** argv)
return
-
1
;
return
-
1
;
#endif
#endif
}
}
//no pollution with files
x
.
Save
(
"output.rhs"
);
//
x.Save("output.rhs");
b
.
Save
(
"b.rhs"
);
//
b.Save("b.rhs");
A
.
Save
(
"A.mtx"
);
//
A.Save("A.mtx");
}
}
Solver
::
Finalize
();
// Finalize solver and close MPI activity
Solver
::
Finalize
();
// Finalize solver and close MPI activity
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment