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

Draft: Remove tags#148

Draft
louis-goyard1 wants to merge 13 commits intoarcaneframework:mainfrom
louis-goyard1:remove-tags
Draft

Draft: Remove tags#148
louis-goyard1 wants to merge 13 commits intoarcaneframework:mainfrom
louis-goyard1:remove-tags

Conversation

@louis-goyard1
Copy link
Copy Markdown
Collaborator

Test for CD/CI

Will squash all commits later

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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