Skip to content

Astrokiwi/sph_raytrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sph_raytrace

AGN SPH raytracing

To install:

cd src/

Modify Makefile so that MPICHLIB points to your MPI library directory

make

The library is installed in sph_raytrace/lib. Add this to your library path by adding something like the following to your .bashrc or .bash_profile file:

export LD_LIBRARY_PATH=/path/to/directory/sph_raytrace/lib:$LD_LIBRARY_PATH

See text_src/ for an example of usage.

About

AGN SPH raytracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published