-
Notifications
You must be signed in to change notification settings - Fork 1
lizard is an open-source code for the creation of particle initial conditions for cosmological simulations
License
pec27/lizard
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Hi, once you have downloaded Lizard you will probably want to do the following:
1) make # builds the C-functions
2) run the tests, e.g. with
nosetests tests/
or
nosetests -v tests/
or
nosetests tests/test_p3m.py # for a specific file
3) Add Lizard to your PYTHONPATH, e.g.
PYTHONPATH="${PYTHONPATH}:${HOME}/codes/lizard"
export PYTHONPATH
Which you might want to put in your .profile.
NOTE that if you plan to experiment with your own modifications, you probably
want to make sure '.' appears first on your PYTHONPATH, otherwise when
checking out lizard in another directory (say lizard_my_experiments) you may
find nosetests picks up the old lizard to test.
About
lizard is an open-source code for the creation of particle initial conditions for cosmological simulations
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published