Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
1ab4ea24
Commit
1ab4ea24
authored
Apr 11, 2014
by
mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor change: commenting out some debug statements
parent
a0f8d975
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/network-workload/codes-scala-trace-nw-wrkld.c
src/network-workload/codes-scala-trace-nw-wrkld.c
+1
-1
No files found.
src/network-workload/codes-scala-trace-nw-wrkld.c
View file @
1ab4ea24
...
@@ -77,7 +77,7 @@ int scala_trace_nw_workload_load(const char* params, int rank)
...
@@ -77,7 +77,7 @@ int scala_trace_nw_workload_load(const char* params, int rank)
event_array
=
(
struct
st_write_data
*
)
malloc
(
sizeof
(
struct
st_write_data
)
*
mpi_info
.
events_per_rank
);
event_array
=
(
struct
st_write_data
*
)
malloc
(
sizeof
(
struct
st_write_data
)
*
mpi_info
.
events_per_rank
);
printf
(
"
\n
rank %d allocated array of size %d "
,
rank
,
mpi_info
.
events_per_rank
);
//
printf("\n rank %d allocated array of size %d ", rank, mpi_info.events_per_rank);
MPI_File_open
(
MPI_COMM_WORLD
,
wrkld_file
,
MPI_MODE_RDONLY
,
MPI_INFO_NULL
,
&
fh
);
MPI_File_open
(
MPI_COMM_WORLD
,
wrkld_file
,
MPI_MODE_RDONLY
,
MPI_INFO_NULL
,
&
fh
);
MPI_File_set_view
(
fh
,
mpi_info
.
offset
*
sizeof
(
struct
st_write_data
),
MPI_WRITE_INFO
,
MPI_WRITE_INFO
,
"derived"
,
MPI_INFO_NULL
);
MPI_File_set_view
(
fh
,
mpi_info
.
offset
*
sizeof
(
struct
st_write_data
),
MPI_WRITE_INFO
,
MPI_WRITE_INFO
,
"derived"
,
MPI_INFO_NULL
);
MPI_File_read
(
fh
,
event_array
,
mpi_info
.
events_per_rank
,
MPI_WRITE_INFO
,
MPI_STATUS_IGNORE
);
MPI_File_read
(
fh
,
event_array
,
mpi_info
.
events_per_rank
,
MPI_WRITE_INFO
,
MPI_STATUS_IGNORE
);
...
...
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