File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ the [CAPIO-CL Docs](https://capio.hpc4ai.it/docs/coord-language/) for details.
5858
5959To launch your workflow with capio you can follow two routes:
6060
61- #### A) Use ` capiorun ` for simplfied operations
61+ #### A) Use ` capiorun ` for simplified operations
6262
6363You can simplify the execution of workflow steps with CAPIO using the ` capiorun ` utility. See the
6464[ ` capiorun ` documentation] ( capiorun/readme.md ) for usage and examples. ` capiorun ` provides an easier way to manage
Original file line number Diff line number Diff line change 1+ #include < capio/utils.h>
12#include < gtest/gtest.h>
23#include < thread>
34
Original file line number Diff line number Diff line change 11#ifndef COMMON_HPP
22#define COMMON_HPP
3-
3+ # include < capio/utils.h >
44#include < gtest/gtest.h>
55
66#include < assert.h>
Original file line number Diff line number Diff line change 1+ #include < capio/utils.h>
12#include < gtest/gtest.h>
23
34#include < cstdint>
Original file line number Diff line number Diff line change 1- #include < gtest/gtest.h>
2-
1+ #include < fcntl.h>
32#include < filesystem>
3+ #include < gtest/gtest.h>
44
5- #include < fcntl .h>
5+ #include < capio/utils .h>
66
77#include " utils/filesystem.hpp"
88
Original file line number Diff line number Diff line change 11#ifndef CAPIOCACHESPSCQUEUETESTS_HPP
22#define CAPIOCACHESPSCQUEUETESTS_HPP
33
4+ #include < thread>
5+
46#include " ../common/capio/response_queue.hpp"
57#include " ../posix/utils/env.hpp"
68#include " ../posix/utils/filesystem.hpp"
Original file line number Diff line number Diff line change 1- #include " capio/constants.hpp"
1+ #include < capio/constants.hpp>
2+ #include < capio/utils.h>
23#include < gtest/gtest.h>
3- #include < thread>
44
55std::string workflow_name = CAPIO_DEFAULT_WORKFLOW_NAME;
66
Original file line number Diff line number Diff line change 1+ #include < capio/utils.h>
2+
13#include " capio/constants.hpp"
24#include < gtest/gtest.h>
35
You can’t perform that action at this time.
0 commit comments