Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
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
H5hut
src
Commits
e962e9d7
Commit
e962e9d7
authored
Sep 12, 2006
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/Bench.c
- declarations of unused variable removed
parent
1df562f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
test/Bench.c
test/Bench.c
+3
-5
No files found.
test/Bench.c
View file @
e962e9d7
...
...
@@ -30,7 +30,6 @@
int
main
(
int
argc
,
char
*
argv
[]){
MPI_Info
info
;
int
npdims
=
1
;
int
nprocs
,
rank
;
int
trial
;
int
i
,
j
,
n
;
/* iteration variables */
...
...
@@ -41,11 +40,9 @@ int main(int argc,char *argv[]){
double
*
x
,
*
y
,
*
z
,
*
px
,
*
py
,
*
pz
;
typedef
double
*
ddouble
;
ddouble
data
[
6
];
int64_t
*
id
;
MPI_Datatype
chunktype
;
int
offset
;
int
localnp
;
int
err1
,
err2
;
char
filename
[
128
];
/*= FILENAME; */
#ifndef DISABLE_H5PART
H5PartFile
*
f
;
...
...
@@ -53,10 +50,9 @@ int main(int argc,char *argv[]){
char
newfilename
[
128
];
FILE
*
fd
;
MPI_File
file
;
MPI_Info
bogusinfo
;
MPI_Offset
foffset
;
MPI_Comm
comm
,
dcomm
=
MPI_COMM_WORLD
;
MPI_Comm
dcomm
=
MPI_COMM_WORLD
;
MPI_Init
(
&
argc
,
&
argv
);
MPI_Comm_rank
(
dcomm
,
&
rank
);
...
...
@@ -232,4 +228,6 @@ int main(int argc,char *argv[]){
#endif
}
/* trials */
MPI_Finalize
();
return
0
;
}
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