thegooglecodearchive / ddscat

Automatically exported from code.google.com/p/ddscat
0 stars 0 forks source link

Support for more than 4096 spheres in SPH_ANI_N #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We use DDSCAT 7.3, to model very large systems. Ideally we would like to be 
able to use more than 4096 spheres, which is the hardcoded limit for NSPHMX in 
tarnas.f90 (SPH_ANI_N). Increasing that number and recompiling will result in a 
segmentation fault.

I was wondering what is the limitation set by the limit in NSPHMX, and if it is 
feasible to adapt the code to process an higher number of spheres.

I'd be happy to provide more info and data upon request.

Original issue reported on code.google.com by feran...@gmail.com on 18 Sep 2013 at 7:40