Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2c05719a authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

make the lagrange mpi utest compile

parent 34cfc823
No related branches found
No related tags found
No related merge requests found
...@@ -298,13 +298,13 @@ class TestLagrangeMpiDirect : public FUTesterMpi<TestLagrangeMpiDirect>{ ...@@ -298,13 +298,13 @@ class TestLagrangeMpiDirect : public FUTesterMpi<TestLagrangeMpiDirect>{
/** set test */ /** set test */
void SetTests(){ void SetTests(){
AddTest(&TestChebyshevMpiDirect::TestChebSymKernel,"Test Chebyshev Kernel with 16 small SVDs and symmetries"); AddTest(&TestLagrangeMpiDirect::TestChebSymKernel,"Test Chebyshev Kernel with 16 small SVDs and symmetries");
} }
public: public:
TestChebyshevMpiDirect(int argc,char ** argv) : FUTesterMpi(argc,argv){ TestLagrangeMpiDirect(int argc,char ** argv) : FUTesterMpi(argc,argv){
} }
}; };
TestClassMpi(TestChebyshevMpiDirect); TestClassMpi(TestLagrangeMpiDirect);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment