Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/comm/comm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Free Software Foundation, Inc.,
Boston, MA 02111-1307 USA
*/

#include <mpi.h>
#include <iostream>
#include <map>
#include <assert.h>
Expand All @@ -39,7 +40,6 @@ Boston, MA 02111-1307 USA

using namespace std;

#include <mpi.h>
#include <pnmpimod.h>

#include "commsub.h"
Expand Down
2 changes: 1 addition & 1 deletion modules/comm/commsub-empty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Free Software Foundation, Inc.,
Boston, MA 02111-1307 USA
*/

#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#include "commsub.h"

void COMM_ALL_INIT(int argc, char**argv)
Expand Down
2 changes: 1 addition & 1 deletion modules/comm/commsub-print.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Free Software Foundation, Inc.,
Boston, MA 02111-1307 USA
*/

#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#include "commsub.h"

/*--------------------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion modules/datatype/datatype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Free Software Foundation, Inc.,
Boston, MA 02111-1307 USA
*/

#include <mpi.h>
#include <iostream>
#include <map>
#include <stdlib.h>

#include <mpi.h>
#include <pnmpimod.h>
#include "datatype.h"

Expand Down
2 changes: 1 addition & 1 deletion modules/requests/requests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Free Software Foundation, Inc.,
Boston, MA 02111-1307 USA
*/

#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mpi.h>
#include <pnmpimod.h>
#include <status.h>
#include "requests.h"
Expand Down