Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fluiddyn
transonic
Commits
18d7cc6795ae
Commit
bcf83d6a
authored
Dec 03, 2018
by
Pierre Augier
Browse files
Version 0.1.2
parent
94932f4df226
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
18d7cc67
...
@@ -5,8 +5,8 @@ Future
...
@@ -5,8 +5,8 @@ Future
- :code:`pythran_def` for simple methods (without assignation to attributes
- :code:`pythran_def` for simple methods (without assignation to attributes
and call of other methods)
and call of other methods)
0.1.2 (
?
)
0.1.2 (
2018-12-03
)
---------
---------
---------
- Private command line :code:`_pythran-fluid` to call Pythran
- Private command line :code:`_pythran-fluid` to call Pythran
- MPI aware (only process rank == 0 doing IO and compilation)
- MPI aware (only process rank == 0 doing IO and compilation)
...
...
README.rst
View file @
18d7cc67
...
@@ -21,9 +21,13 @@ FluidPythran: easily speedup your Python code with Pythran
...
@@ -21,9 +21,13 @@ FluidPythran: easily speedup your Python code with Pythran
FluidPythran is in an early stage. Remarks and suggestions are very
FluidPythran is in an early stage. Remarks and suggestions are very
welcome.
welcome.
FluidPythran starts to be used in `FluidSim
FluidPythran is used in `FluidSim
<https://bitbucket.org/fluiddyn/fluidsim>`_ (for example in `this file
<https://bitbucket.org/fluiddyn/fluidsim>`_ (see examples for `blocks
<https://bitbucket.org/fluiddyn/fluidsim/src/default/fluidsim/base/time_stepping/pseudo_spect.py>`_).
<https://bitbucket.org/fluiddyn/fluidsim/src/default/fluidsim/base/time_stepping/pseudo_spect.py>`_,
`@pythran_def
<https://bitbucket.org/fluiddyn/fluidsim/src/default/fluidsim/operators/operators3d.py>`_
and `@cachedjit
<https://bitbucket.org/fluiddyn/fluidsim/src/default/fluidsim/solvers/plate2d/output/correlations_freq.py>`_).
FluidPythran is a pure Python package (requiring Python >= 3.6 or Pypy3) to
FluidPythran is a pure Python package (requiring Python >= 3.6 or Pypy3) to
help to write Python code that *can* use `Pythran
help to write Python code that *can* use `Pythran
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment