Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Conversation

@louis-goyard1
Copy link
Collaborator

Test for CD/CI

Will squash all commits later

Copy link
Member

@cedricchevalier19 cedricchevalier19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C++ comments. Nothing deeper yet.

#include <alien/kernels/simple_csr/SimpleCSRBackEnd.h>

#include <alien/hypre/backend.h>
#include "../../include/alien/hypre/backend.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

#include <alien/kernels/simple_csr/SimpleCSRBackEnd.h>

#include <alien/hypre/backend.h>
#include "../../include/alien/hypre/backend.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

LinearSolverFactory(const BackEnd::Options& options)
{
return std::make_shared<LinearAlgebra>();
return new PluginLinearSolver(options);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using unique_ptr or shared_ptr allows to not expose that we use new and takes care of properly deleting.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants