Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libsharp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Reinecke
libsharp
Commits
c9f6c5f0
Commit
c9f6c5f0
authored
5 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Plain Diff
Merge branch 'name_change'
parents
7eaf6029
91f27c54
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fortran/sharp.f90
+24
-0
24 additions, 0 deletions
fortran/sharp.f90
fortran/test_sharp.f90
+24
-0
24 additions, 0 deletions
fortran/test_sharp.f90
python/setup.py
+1
-1
1 addition, 1 deletion
python/setup.py
with
49 additions
and
1 deletion
fortran/sharp.f90
+
24
−
0
View file @
c9f6c5f0
! This file is part of libsharp2.
!
! libsharp2 is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
!
! libsharp2 is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with libsharp2; if not, write to the Free Software
! Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
! libsharp2 is being developed at the Max-Planck-Institut fuer Astrophysik
! \file sharp.f90
! Fortran wrapper module
!
! Copyright (C) 2019 Max-Planck-Society
! \author Dag Sverre Seljebotn, Martin Reinecke
module
sharp
use
iso_c_binding
implicit
none
...
...
This diff is collapsed.
Click to expand it.
fortran/test_sharp.f90
+
24
−
0
View file @
c9f6c5f0
! This file is part of libsharp2.
!
! libsharp2 is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
!
! libsharp2 is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with libsharp2; if not, write to the Free Software
! Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
! libsharp2 is being developed at the Max-Planck-Institut fuer Astrophysik
! \file test_sharp.f90
! Demo Fortran code
!
! Copyright (C) 2019 Max-Planck-Society
! \author Martin Reinecke
program
test_sharp
use
mpi
use
sharp
...
...
This diff is collapsed.
Click to expand it.
python/setup.py
+
1
−
1
View file @
c9f6c5f0
...
...
@@ -52,7 +52,7 @@ def get_extension_modules():
sources
=
[
'
pysharp.cc
'
],
include_dirs
=
include_dirs
,
extra_compile_args
=
extra_cc_compile_args
,
libraries
=
[
"
sharp
"
],
libraries
=
[
"
sharp
2
"
],
library_dirs
=
[
sharp_libpath
],
extra_link_args
=
python_module_link_args
)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment