Re: [Numpy-discussion] f2py - undefined symbol: _intel_fast_memset [SEC=UNCLASSIFIED]

2011-08-16 Thread Jin Lee
umerical Python > Subject: Re: [Numpy-discussion] f2py - undefined symbol: > _intel_fast_memset [SEC=UNCLASSIFIED] > > > > On 08/16/2011 02:32 PM, Jin Lee wrote: > > Hello, > > > > This is my very first attempt at using f2py but I have come > across a problem.

Re: [Numpy-discussion] f2py - undefined symbol: _intel_fast_memset [SEC=UNCLASSIFIED]

2011-08-16 Thread Jin Lee
Hello, This is my very first attempt at using f2py but I have come across a problem. If anyone can assist me I would appreciate it very much. I have a very simple test Fortran source, sub.f90 which is: subroutine sub1(x,y) implicit none integer, intent(in) :: x integer, intent(out) ::