Martin Reinecke
|
d9c8021edf
|
missing file
|
2018-12-12 20:57:34 +01:00 |
|
mreineck
|
593d4eba67
|
Merge pull request #15 from zonca/almxfl
bugfix and almxfl
|
2018-01-17 13:12:36 +01:00 |
|
Andrea Zonca
|
fc32c395a4
|
add almxfl test
|
2018-01-16 10:25:12 -08:00 |
|
Andrea Zonca
|
158323aced
|
improve cython performance, declare types
|
2018-01-16 08:48:49 -08:00 |
|
Andrea Zonca
|
41668b72c3
|
use cythonize instead of build_ext
|
2018-01-16 07:36:40 -08:00 |
|
Andrea Zonca
|
6a13a9b7fa
|
remove rank needed just for debug
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
2511a895ae
|
support for polarization
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
cdb11e97d0
|
launch test
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
8c33a5e699
|
support for polarization
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
07da503877
|
[bugfix] wrong ntrans passed to libsharp
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
e29ffc1885
|
build with numpy support
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
9673a3b427
|
implemented distributed almxfl
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
6bcd33a6da
|
mval and mvstart in python
|
2018-01-09 08:02:05 -08:00 |
|
Andrea Zonca
|
01fefd0716
|
expose more attributes of sharp_alm_info to Python
|
2018-01-09 08:02:05 -08:00 |
|
mreineck
|
d24879bc27
|
Merge pull request #14 from keskitalo/no_malloc_h
No malloc.h
|
2017-12-22 00:39:45 +01:00 |
|
Reijo Keskitalo
|
66cac8ccc9
|
New copy of the pre-processed sharp_legendre.c
|
2017-12-21 10:11:10 -08:00 |
|
Reijo Keskitalo
|
c3971099b3
|
Python3 requires encoding the input string. Compatible with (at least) Python2.7
|
2017-12-21 10:10:46 -08:00 |
|
Reijo Keskitalo
|
588e61dab6
|
Replace nonstandard malloc.h with stdlib.h
|
2017-12-21 10:04:45 -08:00 |
|
Dag Sverre Seljebotn
|
ade6118629
|
Merge pull request #11 from zonca/py3_fix
Fix missing parentheses in print
|
2017-11-19 21:01:25 +01:00 |
|
Dag Sverre Seljebotn
|
b19e560618
|
Merge pull request #12 from zonca/build_libsharp_mpi
build also libsharp_mpi in setup.py
|
2017-11-19 21:01:06 +01:00 |
|
Andrea Zonca
|
4c18b9f137
|
build also libsharp_mpi in setup.py
|
2017-10-16 06:50:49 -07:00 |
|
Andrea Zonca
|
0c95cfe9d9
|
backward compatibility for Python 2.7
|
2017-10-16 04:20:28 -07:00 |
|
Andrea Zonca
|
a1bf3c82f8
|
Fix missing parentheses
|
2017-10-16 04:19:30 -07:00 |
|
Dag Sverre Seljebotn
|
775601c4ad
|
Merge pull request #10 from dagss/legendre_table
sharp_legendre_table: Import Legendre table generating code from libpsht
|
2017-06-13 13:07:41 +02:00 |
|
Dag Sverre Seljebotn
|
da748f619a
|
Change API to be able to support spin-weighted Legendre functions in the future
|
2017-05-22 13:28:11 +02:00 |
|
Dag Sverre Seljebotn
|
a93db0b1aa
|
sharp_legendre_table: Import Legendre table generating code from libpsht
Includes a Python wrapper. The code is tested and compared with SciPy
results through the Python tests.
|
2017-05-19 11:44:18 +02:00 |
|
Dag Sverre Seljebotn
|
0787838ab3
|
README updates
|
2016-10-12 00:23:52 +02:00 |
|
Dag Sverre Seljebotn
|
8a32a8e751
|
Small Fortran wrapper fixup
|
2016-03-04 15:19:34 +01:00 |
|
Dag Sverre Seljebotn
|
eb4a76a4eb
|
Small fix to Legendre root Python tests
|
2016-03-04 15:14:44 +01:00 |
|
Dag Sverre Seljebotn
|
da3cd27363
|
Make Fortran wrapper ifort-compatible and fix an issue with alm/geom_info%n_local == 0
|
2016-03-04 15:14:28 +01:00 |
|
Dag Sverre Seljebotn
|
6d9793110a
|
Merge pull request #7 from dagss/pythonsht
Declaring this ready for merging into master now.
|
2015-06-03 23:51:47 +02:00 |
|
Dag Sverre Seljebotn
|
2ad975760f
|
Work around a bug in Cython with using my mpi4py
|
2015-06-03 23:50:59 +02:00 |
|
Dag Sverre Seljebotn
|
f8e6119f5d
|
Merge pull request #9 from pchanial/pythonsht
Pythonsht, take 2
|
2015-06-03 23:50:09 +02:00 |
|
Pierre Chanial
|
07e022648b
|
Various build fixes. Ensure --enable-pic configure option is set when building the python Extension. Build all libraries before building the Python extension. Fix for non-standard Python installation.
|
2015-05-20 22:22:19 +02:00 |
|
Pierre Chanial
|
1892b77a46
|
Compatibility with mpi4py <= 1.3.1.
|
2015-05-20 11:08:45 +02:00 |
|
Pierre Chanial
|
8d87184330
|
Fix typo.
|
2015-05-19 23:40:25 +02:00 |
|
Dag Sverre Seljebotn
|
3d60c8b3b8
|
Remove accidentally committed file
|
2015-05-19 21:50:55 +02:00 |
|
Dag Sverre Seljebotn
|
16888967c1
|
Support for multiple transforms and spin-transforms
|
2015-05-19 20:53:52 +02:00 |
|
Dag Sverre Seljebotn
|
48e213151a
|
First draft of SHTs in Python wrapper
|
2015-05-15 10:39:59 +02:00 |
|
Dag Sverre Seljebotn
|
c680bbb2e5
|
Merge pull request #6 from dagss/nphmax-bug
Fix a bug related to nphmax not being set in MPI mode
|
2015-04-28 14:10:49 +02:00 |
|
Dag Sverre Seljebotn
|
33ffb50225
|
Fix a bug related to nphmax not being set in MPI mode
|
2015-04-28 13:06:12 +02:00 |
|
Dag Sverre Seljebotn
|
dc7910917f
|
Add -fopenmp flag for linking Python extension
|
2015-04-24 18:12:31 +02:00 |
|
Dag Sverre Seljebotn
|
f48a0bd154
|
Merge remote-tracking branch 'dagss/master'
|
2015-04-24 18:08:18 +02:00 |
|
Dag Sverre Seljebotn
|
9f778a79b5
|
Merge pull request #5 from dagss/legroots
Expose gauss_legendre_tbl publicly as sharp_legendre_roots
|
2015-04-24 18:04:53 +02:00 |
|
Dag Sverre Seljebotn
|
bd52e32a87
|
Merge pull request #4 from dagss/legtrans
Legendre transforms
|
2015-04-24 18:04:42 +02:00 |
|
Dag Sverre Seljebotn
|
7ecd1ddc93
|
Expose gauss_legendre_tbl publicly as gauss_legendre_roots
|
2015-04-24 09:51:00 +02:00 |
|
Dag Sverre Seljebotn
|
765831ea2b
|
legendre transforms: Fortran wrapper
|
2015-04-23 18:54:46 +02:00 |
|
Dag Sverre Seljebotn
|
f2fe4f9ca2
|
legendre transforms: Polishing and bugfixes
vbroadcast didn't work properly for some reason, vload does..
|
2015-04-23 15:22:45 +02:00 |
|
Dag Sverre Seljebotn
|
ea8671c2ec
|
Prevent invoking Jinja templating unecessarily
|
2015-04-22 14:49:46 +02:00 |
|
Dag Sverre Seljebotn
|
0a0cad34aa
|
Python wrapper with test for Legendre transform
|
2015-04-22 14:12:48 +02:00 |
|