Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
5b9f5d65
Commit
5b9f5d65
authored
Dec 19, 2014
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the @SCALFMM_PRIVATE to many files
parent
ff758de7
Changes
54
Hide whitespace changes
Inline
Side-by-side
Showing
54 changed files
with
162 additions
and
1 deletion
+162
-1
Src/GroupTree/FGroupAttachedLeaf.hpp
Src/GroupTree/FGroupAttachedLeaf.hpp
+3
-0
Src/GroupTree/FGroupOfCells.hpp
Src/GroupTree/FGroupOfCells.hpp
+3
-0
Src/GroupTree/FGroupOfParticles.hpp
Src/GroupTree/FGroupOfParticles.hpp
+3
-0
Src/GroupTree/FGroupSeqAlgorithm.hpp
Src/GroupTree/FGroupSeqAlgorithm.hpp
+3
-0
Src/GroupTree/FGroupTaskAlgorithm.hpp
Src/GroupTree/FGroupTaskAlgorithm.hpp
+3
-0
Src/GroupTree/FGroupTaskDepAlgorithm.hpp
Src/GroupTree/FGroupTaskDepAlgorithm.hpp
+3
-0
Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp
Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp
+3
-0
Src/GroupTree/FGroupTestParticleContainer.hpp
Src/GroupTree/FGroupTestParticleContainer.hpp
+3
-0
Src/GroupTree/FGroupTree.hpp
Src/GroupTree/FGroupTree.hpp
+3
-0
Src/GroupTree/FP2PGroupParticleContainer.hpp
Src/GroupTree/FP2PGroupParticleContainer.hpp
+3
-0
Src/Kernels/Uniform/FAbstractUnifKernel.hpp
Src/Kernels/Uniform/FAbstractUnifKernel.hpp
+3
-0
Src/Kernels/Uniform/FUnifCell.hpp
Src/Kernels/Uniform/FUnifCell.hpp
+3
-0
Src/Kernels/Uniform/FUnifDenseKernel.hpp
Src/Kernels/Uniform/FUnifDenseKernel.hpp
+3
-0
Src/Kernels/Uniform/FUnifInterpolator.hpp
Src/Kernels/Uniform/FUnifInterpolator.hpp
+3
-0
Src/Kernels/Uniform/FUnifKernel.hpp
Src/Kernels/Uniform/FUnifKernel.hpp
+3
-0
Src/Kernels/Uniform/FUnifM2LHandler.hpp
Src/Kernels/Uniform/FUnifM2LHandler.hpp
+3
-0
Src/Kernels/Uniform/FUnifRoots.cpp
Src/Kernels/Uniform/FUnifRoots.cpp
+3
-0
Src/Kernels/Uniform/FUnifRoots.hpp
Src/Kernels/Uniform/FUnifRoots.hpp
+3
-0
Src/Kernels/Uniform/FUnifSymM2LHandler.hpp
Src/Kernels/Uniform/FUnifSymM2LHandler.hpp
+3
-0
Src/Kernels/Uniform/FUnifTensor.hpp
Src/Kernels/Uniform/FUnifTensor.hpp
+3
-0
Src/Kernels/Uniform/FUnifTensorialKernel.hpp
Src/Kernels/Uniform/FUnifTensorialKernel.hpp
+3
-0
Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp
Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp
+3
-0
Src/noDist/Fcheb.cpp
Src/noDist/Fcheb.cpp
+3
-0
Tests/Kernels/testUnifAlgorithm.cpp
Tests/Kernels/testUnifAlgorithm.cpp
+3
-0
Tests/Kernels/testUnifAlgorithmProc.cpp
Tests/Kernels/testUnifAlgorithmProc.cpp
+3
-0
Tests/Kernels/testUnifTensorialAlgorithm.cpp
Tests/Kernels/testUnifTensorialAlgorithm.cpp
+3
-0
Tests/Utils/testFastDiscreteConvolution.cpp
Tests/Utils/testFastDiscreteConvolution.cpp
+3
-0
Tests/noDist/ChebyshevPeriodic.cpp
Tests/noDist/ChebyshevPeriodic.cpp
+2
-0
Tests/noDist/FMMnonUnitCube.cpp
Tests/noDist/FMMnonUnitCube.cpp
+3
-0
Tests/noDist/testACA.cpp
Tests/noDist/testACA.cpp
+3
-0
Tests/noDist/testAdaptiveChebSymFMMDebug.cpp
Tests/noDist/testAdaptiveChebSymFMMDebug.cpp
+3
-0
Tests/noDist/testAdaptiveUnifFMM.cpp
Tests/noDist/testAdaptiveUnifFMM.cpp
+3
-0
Tests/noDist/testBlockedAlgorithm.cpp
Tests/noDist/testBlockedAlgorithm.cpp
+5
-0
Tests/noDist/testBlockedChebyshev.cpp
Tests/noDist/testBlockedChebyshev.cpp
+3
-0
Tests/noDist/testBlockedRotation.cpp
Tests/noDist/testBlockedRotation.cpp
+4
-0
Tests/noDist/testBlockedTree.cpp
Tests/noDist/testBlockedTree.cpp
+4
-0
Tests/noDist/testChebIntFMM.cpp
Tests/noDist/testChebIntFMM.cpp
+4
-0
Tests/noDist/testCompareKernels.cpp
Tests/noDist/testCompareKernels.cpp
+3
-0
Tests/noDist/testInsert.cpp
Tests/noDist/testInsert.cpp
+3
-0
Tests/noDist/testMpiInsert.cpp
Tests/noDist/testMpiInsert.cpp
+3
-0
Tests/noDist/testNewCompareKernels.cpp
Tests/noDist/testNewCompareKernels.cpp
+3
-0
Tests/noDist/testP2PAvx.cpp
Tests/noDist/testP2PAvx.cpp
+3
-0
Tests/noDist/testSmallCase.cpp
Tests/noDist/testSmallCase.cpp
+3
-0
Tests/noDist/testSphericalBlasBlockProc.cpp
Tests/noDist/testSphericalBlasBlockProc.cpp
+3
-0
Tests/noDist/testSphericalBlasProc.cpp
Tests/noDist/testSphericalBlasProc.cpp
+3
-0
Tests/noDist/testSphericalDebug.cpp
Tests/noDist/testSphericalDebug.cpp
+3
-0
Tests/noDist/testTreeBuilder.cpp
Tests/noDist/testTreeBuilder.cpp
+3
-0
Tests/noDist/testUnifMultiRhs.cpp
Tests/noDist/testUnifMultiRhs.cpp
+3
-0
UTests/utestLagrange.cpp
UTests/utestLagrange.cpp
+3
-0
UTests/utestLagrangeMpi.cpp
UTests/utestLagrangeMpi.cpp
+2
-1
UTests/utestLagrangeThread.cpp
UTests/utestLagrangeThread.cpp
+2
-0
Utils/noDist/FmmAlgorithmTsm.cpp
Utils/noDist/FmmAlgorithmTsm.cpp
+3
-0
Utils/noDist/compare2Files.cpp
Utils/noDist/compare2Files.cpp
+2
-0
Utils/noDist/removeMoment.cpp
Utils/noDist/removeMoment.cpp
+2
-0
No files found.
Src/GroupTree/FGroupAttachedLeaf.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPATTACHEDLEAF_HPP
#define FGROUPATTACHEDLEAF_HPP
...
...
Src/GroupTree/FGroupOfCells.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPOFCELLS_HPP
#define FGROUPOFCELLS_HPP
...
...
Src/GroupTree/FGroupOfParticles.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPOFPARTICLES_HPP
#define FGROUPOFPARTICLES_HPP
...
...
Src/GroupTree/FGroupSeqAlgorithm.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPSEQALGORITHM_HPP
#define FGROUPSEQALGORITHM_HPP
...
...
Src/GroupTree/FGroupTaskAlgorithm.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPTASKALGORITHM_HPP
#define FGROUPTASKALGORITHM_HPP
...
...
Src/GroupTree/FGroupTaskDepAlgorithm.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPTASKDEPALGORITHM_HPP
#define FGROUPTASKDEPALGORITHM_HPP
...
...
Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPTASKSTARPUALGORITHM_HPP
#define FGROUPTASKSTARPUALGORITHM_HPP
...
...
Src/GroupTree/FGroupTestParticleContainer.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPTESTPARTICLECONTAINER_HPP
#define FGROUPTESTPARTICLECONTAINER_HPP
...
...
Src/GroupTree/FGroupTree.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FGROUPTREE_HPP
#define FGROUPTREE_HPP
#include <vector>
...
...
Src/GroupTree/FP2PGroupParticleContainer.hpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FP2PGROUPPARTICLECONTAINER_HPP
#define FP2PGROUPPARTICLECONTAINER_HPP
...
...
Src/Kernels/Uniform/FAbstractUnifKernel.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FABSTRACTUNIFKERNEL_HPP
#define FABSTRACTUNIFKERNEL_HPP
...
...
Src/Kernels/Uniform/FUnifCell.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFCELL_HPP
#define FUNIFCELL_HPP
...
...
Src/Kernels/Uniform/FUnifDenseKernel.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFDENSEKERNEL_HPP
#define FUNIFDENSEKERNEL_HPP
...
...
Src/Kernels/Uniform/FUnifInterpolator.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFINTERPOLATOR_HPP
#define FUNIFINTERPOLATOR_HPP
...
...
Src/Kernels/Uniform/FUnifKernel.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFKERNEL_HPP
#define FUNIFKERNEL_HPP
...
...
Src/Kernels/Uniform/FUnifM2LHandler.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFM2LHANDLER_HPP
#define FUNIFM2LHANDLER_HPP
...
...
Src/Kernels/Uniform/FUnifRoots.cpp
View file @
5b9f5d65
#include "FUnifInterpolator.hpp" //PB: if include FUnifRoots.hpp then Error: "FReal is not a type"...
// In case of multiple include of FUnifInterpolator.hpp, this has to be defined only once!!
// Keep in private GIT
// @SCALFMM_PRIVATE
// order 2
template
<
>
const
double
FUnifRoots
<
2
>::
roots
[]
=
{
-
1.
,
...
...
Src/Kernels/Uniform/FUnifRoots.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFROOTS_HPP
#define FUNIFROOTS_HPP
...
...
Src/Kernels/Uniform/FUnifSymM2LHandler.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFSYMM2LHANDLER_HPP
#define FUNIFSYMM2LHANDLER_HPP
...
...
Src/Kernels/Uniform/FUnifTensor.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFTENSOR_HPP
#define FUNIFTENSOR_HPP
...
...
Src/Kernels/Uniform/FUnifTensorialKernel.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFTENSORIALKERNEL_HPP
#define FUNIFTENSORIALKERNEL_HPP
...
...
Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp
View file @
5b9f5d65
...
...
@@ -13,6 +13,9 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#ifndef FUNIFTENSORIALM2LHANDLER_HPP
#define FUNIFTENSORIALM2LHANDLER_HPP
...
...
Src/noDist/Fcheb.cpp
View file @
5b9f5d65
//
//
//
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "Kernels/Chebyshev/FChebCell.hpp"
#include "Kernels/Interpolation/FInterpMatrixKernel.hpp"
#include "Kernels/Chebyshev/FChebKernel.hpp"
...
...
Tests/Kernels/testUnifAlgorithm.cpp
View file @
5b9f5d65
...
...
@@ -22,6 +22,9 @@
// ==== CMAKE =====
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/Kernels/testUnifAlgorithmProc.cpp
View file @
5b9f5d65
...
...
@@ -19,6 +19,9 @@
// @FUSE_MPI
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/Kernels/testUnifTensorialAlgorithm.cpp
View file @
5b9f5d65
...
...
@@ -19,6 +19,9 @@
// ==== CMAKE =====
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/Utils/testFastDiscreteConvolution.cpp
View file @
5b9f5d65
...
...
@@ -18,6 +18,9 @@
// @FUSE_FFT
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/ChebyshevPeriodic.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,8 @@
// ==== CMAKE =====
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/FMMnonUnitCube.cpp
View file @
5b9f5d65
...
...
@@ -21,6 +21,9 @@
// ==== CMAKE =====
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <stdexcept>
...
...
Tests/noDist/testACA.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,9 @@
// ==== CMAKE =====
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/testAdaptiveChebSymFMMDebug.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,9 @@
// ==== CMAKE =====
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <cstdio>
...
...
Tests/noDist/testAdaptiveUnifFMM.cpp
View file @
5b9f5d65
...
...
@@ -18,6 +18,9 @@
// @FUSE_BLAS
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <cstdio>
...
...
Tests/noDist/testBlockedAlgorithm.cpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "../../Src/Utils/FGlobal.hpp"
#include "../../Src/GroupTree/FGroupTree.hpp"
...
...
Tests/noDist/testBlockedChebyshev.cpp
View file @
5b9f5d65
// ==== CMAKE =====
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "../../Src/Utils/FGlobal.hpp"
...
...
Tests/noDist/testBlockedRotation.cpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "../../Src/Utils/FGlobal.hpp"
#include "../../Src/GroupTree/FGroupTree.hpp"
...
...
Tests/noDist/testBlockedTree.cpp
View file @
5b9f5d65
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "../../Src/Utils/FGlobal.hpp"
#include "../../Src/GroupTree/FGroupTree.hpp"
...
...
Tests/noDist/testChebIntFMM.cpp
View file @
5b9f5d65
...
...
@@ -18,6 +18,10 @@
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <cstdio>
...
...
Tests/noDist/testCompareKernels.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,9 @@
// ==== CMAKE =====
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/testInsert.cpp
View file @
5b9f5d65
...
...
@@ -14,6 +14,9 @@
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/testMpiInsert.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,9 @@
// ==== CMAKE =====
// @FUSE_MPI
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/testNewCompareKernels.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,9 @@
// ==== CMAKE =====
//
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/testP2PAvx.cpp
View file @
5b9f5d65
...
...
@@ -15,6 +15,9 @@
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <iomanip>
...
...
Tests/noDist/testSmallCase.cpp
View file @
5b9f5d65
...
...
@@ -14,6 +14,9 @@
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
// @FUSE_FFT
#include <iostream>
#include <cstdio>
...
...
Tests/noDist/testSphericalBlasBlockProc.cpp
View file @
5b9f5d65
...
...
@@ -18,6 +18,9 @@
// @FUSE_MPI
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "../../Src/Utils/FTic.hpp"
#include "../../Src/Utils/FMpi.hpp"
...
...
Tests/noDist/testSphericalBlasProc.cpp
View file @
5b9f5d65
...
...
@@ -18,6 +18,9 @@
// @FUSE_MPI
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "../../Src/Utils/FTic.hpp"
#include "../../Src/Utils/FMpi.hpp"
...
...
Tests/noDist/testSphericalDebug.cpp
View file @
5b9f5d65
...
...
@@ -14,6 +14,9 @@
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#define DEBUG_SPHERICAL_M2L
#define BLAS_SPHERICAL_COMPRESS
#define BLAS_M2L_P
...
...
Tests/noDist/testTreeBuilder.cpp
View file @
5b9f5d65
...
...
@@ -14,6 +14,9 @@
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
Tests/noDist/testUnifMultiRhs.cpp
View file @
5b9f5d65
...
...
@@ -22,6 +22,9 @@
// ==== CMAKE =====
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
...
...
UTests/utestLagrange.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,9 @@
// ==== CMAKE =====
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "ScalFmmConfig.h"
#include "Utils/FGlobal.hpp"
...
...
UTests/utestLagrangeMpi.cpp
View file @
5b9f5d65
...
...
@@ -18,7 +18,8 @@
// @FUSE_FFT
// @FUSE_MPI
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "ScalFmmConfig.h"
#include "Utils/FGlobal.hpp"
...
...
UTests/utestLagrangeThread.cpp
View file @
5b9f5d65
...
...
@@ -17,6 +17,8 @@
// ==== CMAKE =====
// @FUSE_FFT
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "ScalFmmConfig.h"
#include "Utils/FGlobal.hpp"
...
...
Utils/noDist/FmmAlgorithmTsm.cpp
View file @
5b9f5d65
...
...
@@ -22,6 +22,9 @@
// @FUSE_BLAS
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <fstream>
#include <sstream>
...
...
Utils/noDist/compare2Files.cpp
View file @
5b9f5d65
...
...
@@ -5,6 +5,8 @@
* Author: Olivier Coulaud
*/
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <fstream>
...
...
Utils/noDist/removeMoment.cpp
View file @
5b9f5d65
...
...
@@ -21,6 +21,8 @@
//
// Tests/Release/removeMoment -Ewald2FMM -fin ../Data/forceNacl_2000_dlpolyPer.bin -dlpoly -fout ../Data/forceNacl_2000.fma
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include <iomanip>
...
...
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