Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_vcluster
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argupta
openfpm_vcluster
Commits
5db1f780
Commit
5db1f780
authored
Oct 04, 2017
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes for GPU test
parent
a9991812
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/VCluster/VCluster.cpp
src/VCluster/VCluster.cpp
+4
-0
src/VCluster/VCluster.hpp
src/VCluster/VCluster.hpp
+5
-0
No files found.
src/VCluster/VCluster.cpp
View file @
5db1f780
...
...
@@ -6,9 +6,13 @@
#endif
#include "util/print_stack.hpp"
#include "util/math_util_complex.hpp"
Vcluster
*
global_v_cluster_private
=
NULL
;
//
std
::
vector
<
int
>
sieve_spf
;
// number of vcluster instances
size_t
n_vcluster
=
0
;
bool
ofp_initialized
=
false
;
...
...
src/VCluster/VCluster.hpp
View file @
5db1f780
...
...
@@ -9,8 +9,10 @@
#define VCLUSTER_HPP
#include <signal.h>
#include "VCluster_base.hpp"
#include "VCluster_meta_function.hpp"
#include "util/math_util_complex.hpp"
void
bt_sighandler
(
int
sig
,
siginfo_t
*
info
,
void
*
ctx
);
...
...
@@ -872,6 +874,9 @@ static inline void openfpm_init(int *argc, char ***argv)
if
(
*
argc
!=
0
)
program_name
=
std
::
string
(
*
argv
[
0
]);
// Initialize math pre-computation tables
openfpm
::
math
::
init_getFactorization
();
ofp_initialized
=
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment