Skip to content
Snippets Groups Projects
Verified Commit 817b5a7a authored by raphael.bach's avatar raphael.bach
Browse files

Update `fmpi.h`

parent c0dd2a5b
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* @license{ * @license{
* BSD Zero Clause License * BSD Zero Clause License
* *
* Copyright (c) 2022 by Raphael Bach
*
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted. * purpose with or without fee is hereby granted.
* *
...@@ -25,13 +27,10 @@ ...@@ -25,13 +27,10 @@
INCLUDE INCLUDE
==============================================================================*/ ==============================================================================*/
// Internal // Internal
#include "fmpi_ctx.h" #include "fmpi_core.h"
#include "fmpi_futhark.h" #include "fmpi_data.h"
#include "fmpi_mpi.h"
#include "fmpi_reduce.h" #include "fmpi_reduce.h"
/*============================================================================== #include "fmpi_task.h"
PUBLIC FUNCTION
==============================================================================*/
/*============================================================================== /*==============================================================================
GUARD GUARD
==============================================================================*/ ==============================================================================*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment