Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
f4782505
Commit
f4782505
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Latest modules
parent
544057d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
install
+1
-1
1 addition, 1 deletion
install
openfpm_vcluster
+1
-1
1 addition, 1 deletion
openfpm_vcluster
src/Grid/staggered_dist_grid.hpp
+1
-1
1 addition, 1 deletion
src/Grid/staggered_dist_grid.hpp
with
3 additions
and
3 deletions
install
+
1
−
1
View file @
f4782505
...
@@ -427,7 +427,7 @@ else
...
@@ -427,7 +427,7 @@ else
bash_library
=
"export DYLD_LIBRARY_PATH=
\"\$
DYLD_LIBRARY_PATH"
bash_library
=
"export DYLD_LIBRARY_PATH=
\"\$
DYLD_LIBRARY_PATH"
fi
fi
bash_path
=
"export PATH=
\"
"
bash_path
=
"export PATH=
\"
\$
PATH
"
echo
-e
"
\0
33[1;34;5m ---------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m ---------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------- INSTALLATION REPORT ---------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------- INSTALLATION REPORT ---------
\0
33[0m"
...
...
This diff is collapsed.
Click to expand it.
openfpm_vcluster
@
046f18aa
Subproject commit
3b2e4099a9ca8bbd97fbc6efca3dfb7c60f8add9
Subproject commit
046f18aafb2275ed0d6fcdfba0c99daded20dc46
This diff is collapsed.
Click to expand it.
src/Grid/staggered_dist_grid.hpp
+
1
−
1
View file @
f4782505
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
*
*
*
*
*/
*/
template
<
unsigned
int
dim
,
typename
St
,
typename
T
,
typename
Decomposition
,
typename
Memory
=
HeapMemory
,
typename
device_grid
=
grid_cpu
<
dim
,
T
>
>
template
<
unsigned
int
dim
,
typename
St
,
typename
T
,
typename
Decomposition
=
CartDecomposition
<
dim
,
St
>
,
typename
Memory
=
HeapMemory
,
typename
device_grid
=
grid_cpu
<
dim
,
T
>>
class
staggered_grid_dist
:
public
grid_dist_id
<
dim
,
St
,
T
,
Decomposition
,
Memory
,
device_grid
>
class
staggered_grid_dist
:
public
grid_dist_id
<
dim
,
St
,
T
,
Decomposition
,
Memory
,
device_grid
>
{
{
//! position of the properties in the grid cell
//! position of the properties in the grid cell
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment