Skip to content

Commit

Permalink
Forgot to git commit the main header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Paulmer authored and Joseph Paulmer committed May 26, 2024
1 parent d8b00e3 commit 17b6ab5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions include/parallel_lib/parallel_lib.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#ifndef PARALLEL_LIB_H
#define PARALLEL_LIB_H

#include "shared_memory/parallel_for.h"
#include "shared_memory/thread_pool.h"
#include "distributed_memory/mpi_wrapper.h"
#include "distributed_memory/message_passing.h"
#include "task_parallelism/task.h"
#include "task_parallelism/task_scheduler.h"

#endif

0 comments on commit 17b6ab5

Please sign in to comment.