Re: [Numpy-discussion] physics simulation

2012-04-12 Thread Tim Cera
> > It looks like f2py cannot find libaf90math.so, located in > /opt/absoft10.1/shlib. How can I tell f2py where af90math is? Really you have to have this setup in order to run a fortran executable, but the only thing that comes to mind is the LD_LIBRARY_PATH environment variable. LD_LIBRARY_PAT

[Numpy-discussion] physics simulation

2012-04-12 Thread Peter Plantinga
I'm trying to run a physics simulation on a cluster. The original program is written in fortran, and highly parallelizable. Unfortunately, I've had a bit of trouble getting f2py to work with the compiler I'm using (absoft v.10.1). The cluster is running Linux v. 12. When I type just "f2py" I get t