Closed Kraysent closed 2 years ago
By the way, when I run
python setup.py test
I get this:
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing src/amuse.egg-info/PKG-INFO
writing dependency_links to src/amuse.egg-info/dependency_links.txt
writing requirements to src/amuse.egg-info/requires.txt
writing top-level names to src/amuse.egg-info/top_level.txt
reading manifest file 'src/amuse.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.txt'
warning: no files found matching '*.*' under directory 'doc/html'
warning: no files found matching '*.pdf' under directory 'doc/pdf'
warning: no files found matching '*.*' under directory 'doc/plot_directive'
warning: no previously-included files matching '*.*' found under directory 'doc/build'
warning: no previously-included files matching '*.pyc' found under directory 'src'
warning: no previously-included files matching '*.o' found under directory 'src'
warning: no previously-included files matching '*~' found under directory 'src'
warning: no previously-included files matching '.pc' found under directory 'src'
warning: no previously-included files matching 'ccache' found under directory 'src'
warning: no previously-included files matching '*.a' found under directory 'src'
warning: no previously-included files matching '*.pyc' found under directory 'lib'
warning: no previously-included files matching '*.o' found under directory 'lib'
warning: no previously-included files matching '*~' found under directory 'lib'
warning: no previously-included files matching 'ccache' found under directory 'lib'
warning: no previously-included files matching '*.a' found under directory 'lib'
no previously-included directories found matching 'lib/ibis'
no previously-included directories found matching 'src/amuse/community/mesa/src'
no previously-included directories found matching 'src/amuse/community/mpiamrvac/src'
no previously-included directories found matching 'src/amuse/community/mpiamrvac/.pc'
no previously-included directories found matching 'src/amuse/community/mocassin/src'
no previously-included directories found matching 'src/amuse/community/mocassin/.pc'
no previously-included directories found matching 'src/amuse/community/athena/.pc'
no previously-included directories found matching 'src/amuse/community/pynbody/PyNbody'
warning: no previously-included files matching '*' found under directory 'data/gadget2/output'
warning: no previously-included files matching '*' found under directory 'data/simplex/output'
warning: no previously-included files matching '*' found under directory 'data/mpiamrvac/output'
warning: no previously-included files matching '*' found under directory 'data/mmams/output'
warning: no previously-included files matching '*' found under directory 'data/fi/output'
warning: no previously-included files matching '*' found under directory 'data/evtwin/output'
warning: no previously-included files matching '*' found under directory 'data/mesa/output'
warning: no files found matching 'empty_dir.txt' under directory 'data/mpiamrvac/output'
no previously-included directories found matching 'data/mesa/input/star_data'
writing manifest file 'src/amuse.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
which, I guess, is wrong.
What can I do to fix this thing?
You could increase the number of available MPI slots, or run with mpirun --oversubscribe python (scriptname) (scriptoptions)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions.
I'm trying to install AMUSE via source code on Kubuntu 20.04 (python 3.8). During installation I get these errors:
I don't really get why these errors occur because I do everything precisely according to this guide, which is supposed to deal with python 3.6 (not 2.*). Few lines below I get this thing:
And finally:
But when I try to run some example codes, e.g. this one, I get error from MPI:
I am aware that strange MPI errors can occur when both mpich and openmpi are installed but there is only openmpi on my system. What can I do to fix this thing?