From 5b9f5d651f9ef1cf90076305fa895295dbb753a6 Mon Sep 17 00:00:00 2001 From: bramas <berenger.bramas@inria.fr> Date: Fri, 19 Dec 2014 14:24:51 +0100 Subject: [PATCH] Add the @SCALFMM_PRIVATE to many files --- Src/GroupTree/FGroupAttachedLeaf.hpp | 3 +++ Src/GroupTree/FGroupOfCells.hpp | 3 +++ Src/GroupTree/FGroupOfParticles.hpp | 3 +++ Src/GroupTree/FGroupSeqAlgorithm.hpp | 3 +++ Src/GroupTree/FGroupTaskAlgorithm.hpp | 3 +++ Src/GroupTree/FGroupTaskDepAlgorithm.hpp | 3 +++ Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp | 3 +++ Src/GroupTree/FGroupTestParticleContainer.hpp | 3 +++ Src/GroupTree/FGroupTree.hpp | 3 +++ Src/GroupTree/FP2PGroupParticleContainer.hpp | 3 +++ Src/Kernels/Uniform/FAbstractUnifKernel.hpp | 3 +++ Src/Kernels/Uniform/FUnifCell.hpp | 3 +++ Src/Kernels/Uniform/FUnifDenseKernel.hpp | 3 +++ Src/Kernels/Uniform/FUnifInterpolator.hpp | 3 +++ Src/Kernels/Uniform/FUnifKernel.hpp | 3 +++ Src/Kernels/Uniform/FUnifM2LHandler.hpp | 3 +++ Src/Kernels/Uniform/FUnifRoots.cpp | 3 +++ Src/Kernels/Uniform/FUnifRoots.hpp | 3 +++ Src/Kernels/Uniform/FUnifSymM2LHandler.hpp | 3 +++ Src/Kernels/Uniform/FUnifTensor.hpp | 3 +++ Src/Kernels/Uniform/FUnifTensorialKernel.hpp | 3 +++ Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp | 3 +++ Src/noDist/Fcheb.cpp | 3 +++ Tests/Kernels/testUnifAlgorithm.cpp | 3 +++ Tests/Kernels/testUnifAlgorithmProc.cpp | 3 +++ Tests/Kernels/testUnifTensorialAlgorithm.cpp | 3 +++ Tests/Utils/testFastDiscreteConvolution.cpp | 3 +++ Tests/noDist/ChebyshevPeriodic.cpp | 2 ++ Tests/noDist/FMMnonUnitCube.cpp | 3 +++ Tests/noDist/testACA.cpp | 3 +++ Tests/noDist/testAdaptiveChebSymFMMDebug.cpp | 3 +++ Tests/noDist/testAdaptiveUnifFMM.cpp | 3 +++ Tests/noDist/testBlockedAlgorithm.cpp | 5 +++++ Tests/noDist/testBlockedChebyshev.cpp | 3 +++ Tests/noDist/testBlockedRotation.cpp | 4 ++++ Tests/noDist/testBlockedTree.cpp | 4 ++++ Tests/noDist/testChebIntFMM.cpp | 4 ++++ Tests/noDist/testCompareKernels.cpp | 3 +++ Tests/noDist/testInsert.cpp | 3 +++ Tests/noDist/testMpiInsert.cpp | 3 +++ Tests/noDist/testNewCompareKernels.cpp | 3 +++ Tests/noDist/testP2PAvx.cpp | 3 +++ Tests/noDist/testSmallCase.cpp | 3 +++ Tests/noDist/testSphericalBlasBlockProc.cpp | 3 +++ Tests/noDist/testSphericalBlasProc.cpp | 3 +++ Tests/noDist/testSphericalDebug.cpp | 3 +++ Tests/noDist/testTreeBuilder.cpp | 3 +++ Tests/noDist/testUnifMultiRhs.cpp | 3 +++ UTests/utestLagrange.cpp | 3 +++ UTests/utestLagrangeMpi.cpp | 3 ++- UTests/utestLagrangeThread.cpp | 2 ++ Utils/noDist/FmmAlgorithmTsm.cpp | 3 +++ Utils/noDist/compare2Files.cpp | 2 ++ Utils/noDist/removeMoment.cpp | 2 ++ 54 files changed, 162 insertions(+), 1 deletion(-) diff --git a/Src/GroupTree/FGroupAttachedLeaf.hpp b/Src/GroupTree/FGroupAttachedLeaf.hpp index 51dc45939..1e1736ed3 100644 --- a/Src/GroupTree/FGroupAttachedLeaf.hpp +++ b/Src/GroupTree/FGroupAttachedLeaf.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPATTACHEDLEAF_HPP #define FGROUPATTACHEDLEAF_HPP diff --git a/Src/GroupTree/FGroupOfCells.hpp b/Src/GroupTree/FGroupOfCells.hpp index 8265b91a7..2454568be 100644 --- a/Src/GroupTree/FGroupOfCells.hpp +++ b/Src/GroupTree/FGroupOfCells.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPOFCELLS_HPP #define FGROUPOFCELLS_HPP diff --git a/Src/GroupTree/FGroupOfParticles.hpp b/Src/GroupTree/FGroupOfParticles.hpp index 434243a60..439bc057d 100644 --- a/Src/GroupTree/FGroupOfParticles.hpp +++ b/Src/GroupTree/FGroupOfParticles.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPOFPARTICLES_HPP #define FGROUPOFPARTICLES_HPP diff --git a/Src/GroupTree/FGroupSeqAlgorithm.hpp b/Src/GroupTree/FGroupSeqAlgorithm.hpp index b0ff9abfb..9a24ef94c 100644 --- a/Src/GroupTree/FGroupSeqAlgorithm.hpp +++ b/Src/GroupTree/FGroupSeqAlgorithm.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPSEQALGORITHM_HPP #define FGROUPSEQALGORITHM_HPP diff --git a/Src/GroupTree/FGroupTaskAlgorithm.hpp b/Src/GroupTree/FGroupTaskAlgorithm.hpp index 2c870cb5d..084dec1e4 100644 --- a/Src/GroupTree/FGroupTaskAlgorithm.hpp +++ b/Src/GroupTree/FGroupTaskAlgorithm.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPTASKALGORITHM_HPP #define FGROUPTASKALGORITHM_HPP diff --git a/Src/GroupTree/FGroupTaskDepAlgorithm.hpp b/Src/GroupTree/FGroupTaskDepAlgorithm.hpp index 2422c7e14..2ba0d1db3 100644 --- a/Src/GroupTree/FGroupTaskDepAlgorithm.hpp +++ b/Src/GroupTree/FGroupTaskDepAlgorithm.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPTASKDEPALGORITHM_HPP #define FGROUPTASKDEPALGORITHM_HPP diff --git a/Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp b/Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp index 36736c316..595340592 100644 --- a/Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp +++ b/Src/GroupTree/FGroupTaskStarpuAlgorithm.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPTASKSTARPUALGORITHM_HPP #define FGROUPTASKSTARPUALGORITHM_HPP diff --git a/Src/GroupTree/FGroupTestParticleContainer.hpp b/Src/GroupTree/FGroupTestParticleContainer.hpp index 3ae407d11..1923eb64a 100644 --- a/Src/GroupTree/FGroupTestParticleContainer.hpp +++ b/Src/GroupTree/FGroupTestParticleContainer.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPTESTPARTICLECONTAINER_HPP #define FGROUPTESTPARTICLECONTAINER_HPP diff --git a/Src/GroupTree/FGroupTree.hpp b/Src/GroupTree/FGroupTree.hpp index b3b96f437..f8fc53c78 100644 --- a/Src/GroupTree/FGroupTree.hpp +++ b/Src/GroupTree/FGroupTree.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FGROUPTREE_HPP #define FGROUPTREE_HPP #include <vector> diff --git a/Src/GroupTree/FP2PGroupParticleContainer.hpp b/Src/GroupTree/FP2PGroupParticleContainer.hpp index 6621c5ecd..3996c0de1 100644 --- a/Src/GroupTree/FP2PGroupParticleContainer.hpp +++ b/Src/GroupTree/FP2PGroupParticleContainer.hpp @@ -1,3 +1,6 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE #ifndef FP2PGROUPPARTICLECONTAINER_HPP #define FP2PGROUPPARTICLECONTAINER_HPP diff --git a/Src/Kernels/Uniform/FAbstractUnifKernel.hpp b/Src/Kernels/Uniform/FAbstractUnifKernel.hpp index 1df4c02e5..94c6a9709 100644 --- a/Src/Kernels/Uniform/FAbstractUnifKernel.hpp +++ b/Src/Kernels/Uniform/FAbstractUnifKernel.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifCell.hpp b/Src/Kernels/Uniform/FUnifCell.hpp index b09646bfd..00361ab38 100644 --- a/Src/Kernels/Uniform/FUnifCell.hpp +++ b/Src/Kernels/Uniform/FUnifCell.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifDenseKernel.hpp b/Src/Kernels/Uniform/FUnifDenseKernel.hpp index c6a84dd97..a72aa4543 100644 --- a/Src/Kernels/Uniform/FUnifDenseKernel.hpp +++ b/Src/Kernels/Uniform/FUnifDenseKernel.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifInterpolator.hpp b/Src/Kernels/Uniform/FUnifInterpolator.hpp index 2861475f7..a4e12cf61 100755 --- a/Src/Kernels/Uniform/FUnifInterpolator.hpp +++ b/Src/Kernels/Uniform/FUnifInterpolator.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifKernel.hpp b/Src/Kernels/Uniform/FUnifKernel.hpp index ab7d6c871..addc69868 100644 --- a/Src/Kernels/Uniform/FUnifKernel.hpp +++ b/Src/Kernels/Uniform/FUnifKernel.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifM2LHandler.hpp b/Src/Kernels/Uniform/FUnifM2LHandler.hpp index 5a1f322ea..9dd29540b 100644 --- a/Src/Kernels/Uniform/FUnifM2LHandler.hpp +++ b/Src/Kernels/Uniform/FUnifM2LHandler.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifRoots.cpp b/Src/Kernels/Uniform/FUnifRoots.cpp index 644c2bc32..47af15c0d 100644 --- a/Src/Kernels/Uniform/FUnifRoots.cpp +++ b/Src/Kernels/Uniform/FUnifRoots.cpp @@ -1,6 +1,9 @@ #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., diff --git a/Src/Kernels/Uniform/FUnifRoots.hpp b/Src/Kernels/Uniform/FUnifRoots.hpp index ce36e8afe..0afb1bcc3 100644 --- a/Src/Kernels/Uniform/FUnifRoots.hpp +++ b/Src/Kernels/Uniform/FUnifRoots.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp b/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp index 80558f4ea..f0ccaf739 100755 --- a/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp +++ b/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifTensor.hpp b/Src/Kernels/Uniform/FUnifTensor.hpp index a9d1e63dd..18506011b 100755 --- a/Src/Kernels/Uniform/FUnifTensor.hpp +++ b/Src/Kernels/Uniform/FUnifTensor.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifTensorialKernel.hpp b/Src/Kernels/Uniform/FUnifTensorialKernel.hpp index 81e5988f6..1197cedef 100644 --- a/Src/Kernels/Uniform/FUnifTensorialKernel.hpp +++ b/Src/Kernels/Uniform/FUnifTensorialKernel.hpp @@ -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 diff --git a/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp b/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp index 46d6c527f..bc01eeabc 100644 --- a/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp +++ b/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp @@ -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 diff --git a/Src/noDist/Fcheb.cpp b/Src/noDist/Fcheb.cpp index e503ed611..ff94745fb 100644 --- a/Src/noDist/Fcheb.cpp +++ b/Src/noDist/Fcheb.cpp @@ -1,6 +1,9 @@ // // // +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "Kernels/Chebyshev/FChebCell.hpp" #include "Kernels/Interpolation/FInterpMatrixKernel.hpp" #include "Kernels/Chebyshev/FChebKernel.hpp" diff --git a/Tests/Kernels/testUnifAlgorithm.cpp b/Tests/Kernels/testUnifAlgorithm.cpp index 8bd17c6d2..46b6f85d3 100644 --- a/Tests/Kernels/testUnifAlgorithm.cpp +++ b/Tests/Kernels/testUnifAlgorithm.cpp @@ -22,6 +22,9 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/Kernels/testUnifAlgorithmProc.cpp b/Tests/Kernels/testUnifAlgorithmProc.cpp index f82d18d83..22b9e0f76 100644 --- a/Tests/Kernels/testUnifAlgorithmProc.cpp +++ b/Tests/Kernels/testUnifAlgorithmProc.cpp @@ -19,6 +19,9 @@ // @FUSE_MPI // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/Kernels/testUnifTensorialAlgorithm.cpp b/Tests/Kernels/testUnifTensorialAlgorithm.cpp index a320fda3b..730a42429 100644 --- a/Tests/Kernels/testUnifTensorialAlgorithm.cpp +++ b/Tests/Kernels/testUnifTensorialAlgorithm.cpp @@ -19,6 +19,9 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/Utils/testFastDiscreteConvolution.cpp b/Tests/Utils/testFastDiscreteConvolution.cpp index 1d7fc99c7..63d6bebaf 100644 --- a/Tests/Utils/testFastDiscreteConvolution.cpp +++ b/Tests/Utils/testFastDiscreteConvolution.cpp @@ -18,6 +18,9 @@ // @FUSE_FFT // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/ChebyshevPeriodic.cpp b/Tests/noDist/ChebyshevPeriodic.cpp index b88615c2f..fc59d6bde 100755 --- a/Tests/noDist/ChebyshevPeriodic.cpp +++ b/Tests/noDist/ChebyshevPeriodic.cpp @@ -17,6 +17,8 @@ // ==== CMAKE ===== // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE #include <iostream> diff --git a/Tests/noDist/FMMnonUnitCube.cpp b/Tests/noDist/FMMnonUnitCube.cpp index 79fd636e5..bc9d92d59 100644 --- a/Tests/noDist/FMMnonUnitCube.cpp +++ b/Tests/noDist/FMMnonUnitCube.cpp @@ -21,6 +21,9 @@ // ==== CMAKE ===== // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> #include <stdexcept> diff --git a/Tests/noDist/testACA.cpp b/Tests/noDist/testACA.cpp index 5f722e146..fa806fc26 100755 --- a/Tests/noDist/testACA.cpp +++ b/Tests/noDist/testACA.cpp @@ -17,6 +17,9 @@ // ==== CMAKE ===== // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp b/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp index d5233a1d6..3287bff57 100644 --- a/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp +++ b/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp @@ -17,6 +17,9 @@ // ==== CMAKE ===== // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> #include <cstdio> diff --git a/Tests/noDist/testAdaptiveUnifFMM.cpp b/Tests/noDist/testAdaptiveUnifFMM.cpp index 97a0ece1e..9d59a185b 100644 --- a/Tests/noDist/testAdaptiveUnifFMM.cpp +++ b/Tests/noDist/testAdaptiveUnifFMM.cpp @@ -18,6 +18,9 @@ // @FUSE_BLAS // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> #include <cstdio> diff --git a/Tests/noDist/testBlockedAlgorithm.cpp b/Tests/noDist/testBlockedAlgorithm.cpp index 0644e6b04..42ad13da0 100644 --- a/Tests/noDist/testBlockedAlgorithm.cpp +++ b/Tests/noDist/testBlockedAlgorithm.cpp @@ -1,3 +1,8 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE + + #include "../../Src/Utils/FGlobal.hpp" #include "../../Src/GroupTree/FGroupTree.hpp" diff --git a/Tests/noDist/testBlockedChebyshev.cpp b/Tests/noDist/testBlockedChebyshev.cpp index 7f240e2cf..d2804d943 100644 --- a/Tests/noDist/testBlockedChebyshev.cpp +++ b/Tests/noDist/testBlockedChebyshev.cpp @@ -1,6 +1,9 @@ // ==== CMAKE ===== // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "../../Src/Utils/FGlobal.hpp" diff --git a/Tests/noDist/testBlockedRotation.cpp b/Tests/noDist/testBlockedRotation.cpp index e898ad294..cfe773c9b 100644 --- a/Tests/noDist/testBlockedRotation.cpp +++ b/Tests/noDist/testBlockedRotation.cpp @@ -1,3 +1,7 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "../../Src/Utils/FGlobal.hpp" #include "../../Src/GroupTree/FGroupTree.hpp" diff --git a/Tests/noDist/testBlockedTree.cpp b/Tests/noDist/testBlockedTree.cpp index 79d2a29e9..f5fba698d 100644 --- a/Tests/noDist/testBlockedTree.cpp +++ b/Tests/noDist/testBlockedTree.cpp @@ -1,3 +1,7 @@ + +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "../../Src/Utils/FGlobal.hpp" #include "../../Src/GroupTree/FGroupTree.hpp" diff --git a/Tests/noDist/testChebIntFMM.cpp b/Tests/noDist/testChebIntFMM.cpp index 983da8925..c44db46a1 100644 --- a/Tests/noDist/testChebIntFMM.cpp +++ b/Tests/noDist/testChebIntFMM.cpp @@ -18,6 +18,10 @@ // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + + #include <iostream> #include <cstdio> diff --git a/Tests/noDist/testCompareKernels.cpp b/Tests/noDist/testCompareKernels.cpp index 7c0404378..2d8e251ab 100755 --- a/Tests/noDist/testCompareKernels.cpp +++ b/Tests/noDist/testCompareKernels.cpp @@ -17,6 +17,9 @@ // ==== CMAKE ===== // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/testInsert.cpp b/Tests/noDist/testInsert.cpp index ff974496a..ee8f7b854 100644 --- a/Tests/noDist/testInsert.cpp +++ b/Tests/noDist/testInsert.cpp @@ -14,6 +14,9 @@ // "http://www.gnu.org/licenses". // =================================================================================== +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/testMpiInsert.cpp b/Tests/noDist/testMpiInsert.cpp index 250938080..435c251fb 100644 --- a/Tests/noDist/testMpiInsert.cpp +++ b/Tests/noDist/testMpiInsert.cpp @@ -17,6 +17,9 @@ // ==== CMAKE ===== // @FUSE_MPI // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/testNewCompareKernels.cpp b/Tests/noDist/testNewCompareKernels.cpp index e28dd51ec..5fdcdba47 100644 --- a/Tests/noDist/testNewCompareKernels.cpp +++ b/Tests/noDist/testNewCompareKernels.cpp @@ -17,6 +17,9 @@ // ==== CMAKE ===== // // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/testP2PAvx.cpp b/Tests/noDist/testP2PAvx.cpp index d2ce867bf..02637b682 100644 --- a/Tests/noDist/testP2PAvx.cpp +++ b/Tests/noDist/testP2PAvx.cpp @@ -15,6 +15,9 @@ // "http://www.gnu.org/licenses". // =================================================================================== +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> #include <iomanip> diff --git a/Tests/noDist/testSmallCase.cpp b/Tests/noDist/testSmallCase.cpp index 9dd6b805d..6a4dbd4e5 100644 --- a/Tests/noDist/testSmallCase.cpp +++ b/Tests/noDist/testSmallCase.cpp @@ -14,6 +14,9 @@ // "http://www.gnu.org/licenses". // =================================================================================== +// Keep in private GIT +// @SCALFMM_PRIVATE + // @FUSE_FFT #include <iostream> #include <cstdio> diff --git a/Tests/noDist/testSphericalBlasBlockProc.cpp b/Tests/noDist/testSphericalBlasBlockProc.cpp index 557b3fcdb..507424e9f 100644 --- a/Tests/noDist/testSphericalBlasBlockProc.cpp +++ b/Tests/noDist/testSphericalBlasBlockProc.cpp @@ -18,6 +18,9 @@ // @FUSE_MPI // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "../../Src/Utils/FTic.hpp" #include "../../Src/Utils/FMpi.hpp" diff --git a/Tests/noDist/testSphericalBlasProc.cpp b/Tests/noDist/testSphericalBlasProc.cpp index 0ca4a5e23..3a4deac13 100644 --- a/Tests/noDist/testSphericalBlasProc.cpp +++ b/Tests/noDist/testSphericalBlasProc.cpp @@ -18,6 +18,9 @@ // @FUSE_MPI // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "../../Src/Utils/FTic.hpp" #include "../../Src/Utils/FMpi.hpp" diff --git a/Tests/noDist/testSphericalDebug.cpp b/Tests/noDist/testSphericalDebug.cpp index a9c6fb18b..84af600e6 100755 --- a/Tests/noDist/testSphericalDebug.cpp +++ b/Tests/noDist/testSphericalDebug.cpp @@ -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 diff --git a/Tests/noDist/testTreeBuilder.cpp b/Tests/noDist/testTreeBuilder.cpp index 059c88483..05b0b9435 100644 --- a/Tests/noDist/testTreeBuilder.cpp +++ b/Tests/noDist/testTreeBuilder.cpp @@ -14,6 +14,9 @@ // "http://www.gnu.org/licenses". // =================================================================================== +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/Tests/noDist/testUnifMultiRhs.cpp b/Tests/noDist/testUnifMultiRhs.cpp index 83d2e6030..cddd4725e 100644 --- a/Tests/noDist/testUnifMultiRhs.cpp +++ b/Tests/noDist/testUnifMultiRhs.cpp @@ -22,6 +22,9 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> diff --git a/UTests/utestLagrange.cpp b/UTests/utestLagrange.cpp index d83d95133..bfcf1b917 100755 --- a/UTests/utestLagrange.cpp +++ b/UTests/utestLagrange.cpp @@ -17,6 +17,9 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include "ScalFmmConfig.h" #include "Utils/FGlobal.hpp" diff --git a/UTests/utestLagrangeMpi.cpp b/UTests/utestLagrangeMpi.cpp index 931412bbf..ca9d2ad18 100644 --- a/UTests/utestLagrangeMpi.cpp +++ b/UTests/utestLagrangeMpi.cpp @@ -18,7 +18,8 @@ // @FUSE_FFT // @FUSE_MPI // ================ - +// Keep in private GIT +// @SCALFMM_PRIVATE #include "ScalFmmConfig.h" #include "Utils/FGlobal.hpp" diff --git a/UTests/utestLagrangeThread.cpp b/UTests/utestLagrangeThread.cpp index c5ee30dad..f1e01cca1 100755 --- a/UTests/utestLagrangeThread.cpp +++ b/UTests/utestLagrangeThread.cpp @@ -17,6 +17,8 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE #include "ScalFmmConfig.h" #include "Utils/FGlobal.hpp" diff --git a/Utils/noDist/FmmAlgorithmTsm.cpp b/Utils/noDist/FmmAlgorithmTsm.cpp index f32ee7ffe..d11b50ecc 100755 --- a/Utils/noDist/FmmAlgorithmTsm.cpp +++ b/Utils/noDist/FmmAlgorithmTsm.cpp @@ -22,6 +22,9 @@ // @FUSE_BLAS // ================ +// Keep in private GIT +// @SCALFMM_PRIVATE + #include <iostream> #include <fstream> #include <sstream> diff --git a/Utils/noDist/compare2Files.cpp b/Utils/noDist/compare2Files.cpp index a7f0429c7..dfd5b41f0 100644 --- a/Utils/noDist/compare2Files.cpp +++ b/Utils/noDist/compare2Files.cpp @@ -5,6 +5,8 @@ * Author: Olivier Coulaud */ +// Keep in private GIT +// @SCALFMM_PRIVATE #include <iostream> #include <fstream> diff --git a/Utils/noDist/removeMoment.cpp b/Utils/noDist/removeMoment.cpp index 2a2114c2f..087596a1b 100755 --- a/Utils/noDist/removeMoment.cpp +++ b/Utils/noDist/removeMoment.cpp @@ -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> -- GitLab