Updating threadpool / StackTrace

This commit is contained in:
Mark Berrill
2019-03-18 09:42:44 -04:00
parent 9d6440e5cd
commit 0a49f9ce77
38 changed files with 3849 additions and 4486 deletions

View File

@@ -1,8 +1,8 @@
#include "Mesh.h"
#include "common/Utilities.h"
#include "shared_ptr.h"
#include <limits>
#include <memory>
#include <stdint.h>
namespace IO {

View File

@@ -2,14 +2,13 @@
#define MESH_INC
#include <iostream>
#include <memory>
#include <string.h>
#include <vector>
#include "common/Array.h"
#include "common/Communication.h"
#include "analysis/PointList.h"
#include "shared_ptr.h"
namespace IO {

View File

@@ -3,9 +3,9 @@
#include "IO/Mesh.h"
#include "common/MPI_Helpers.h"
#include "shared_ptr.h"
#include <iostream>
#include <memory>
#include <string.h>
#include <vector>
#include <map>

View File

@@ -2,12 +2,12 @@
#define READER_INC
#include <iostream>
#include <memory>
#include <string.h>
#include <vector>
#include "IO/Mesh.h"
#include "IO/MeshDatabase.h"
#include "shared_ptr.h"
namespace IO {

View File

@@ -4,12 +4,12 @@
#include "IO/silo.h"
#include "common/MPI_Helpers.h"
#include "common/Utilities.h"
#include "shared_ptr.h"
#include <sys/stat.h>
#include <algorithm>
#include <vector>
#include <set>
#include <memory>