Skip to content
/ lizard Public

lizard is an open-source code for the creation of particle initial conditions for cosmological simulations

License

Notifications You must be signed in to change notification settings

pec27/lizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published