Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
5 new of 5 - Nov 10 2010
6 new of 6 - Nov 10 2010
6 new of 6 - Nov 4 2010
4 new of 4 - Sep 27 2010
3 new of 3 - Sep 14 2010
9 new of 9 - Sep 13 2010
4 new of 4 - Aug 26 2010
14 new of 14 - Aug 10 2010
4 new of 4 - Aug 10 2010
23 new of 23 - Aug 9 2010
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 33  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Users of the fwrap utility.  Fwrap wraps Fortran code in C, Cython and Python.  Will support wrapping all Fortran 90/95 features.

 

how can I compile fortran source with fortran module? 
  how can I compile fortran source with fortran module? ---> fmod.f90 module fmod real*8, dimension(6) :: indata1 real, dimension(7,8) :: indata2 end module fmod --->ftest.f90 subroutine temp_f(indata1, indata2) use fmod do i=1,8 print *, indata1(i) end do end fwrapc --build ftest.f90 fmod.f90 --name=test --fcompiler=gnu95?... more »
By Wonjun, Choi  - Feb 21 2012 - 1 new of 1 message    

Is this project still alive? 
  Hi, I'm wondering if Fwrap is still an ongoing project or not? The git repository hasn't been updated since Jan 2011 and I can't even manage to run the integration tests. Other similar messages on this newsgroup seem to have been left hanging for many months. For information, I'm under OSX 10.6.8, Cython 0.16, Python 2.7, Numpy... more »
By Dominique  - Jan 13 2012 - 13 new of 13 messages    

Calling C function from Fortran 
  I'm trying to practice Fwrap and Cython. and I have some question about calling C function from Fortran. I had learned Shrubbing sample(related to communication pyx). and there are two file (Shrubbing.so derived from C, Landscaping.so derived from another C source) and also I tested functions example in Fwrap package.... more »
By Wonjun, Choi  - Jul 18 2011 - 1 new of 1 message    

Calling python funcion from fortran 
  How can I call python function from fortran?
By pyman  - Jun 10 2011 - 7 new of 7 messages    

Automatic generation of .pxd from Fortran 
  Hi, ...[link] that takes a Fortran source (that uses the iso_c_binding module), like the following: module c_dftatom ! C interface to dftatom use iso_c_binding, only: c_int, c_double, c_bool use dftatom, only: get_Vxc, dp, solve_radial_eigenproblem, & integrate, rpoisson_inward, get_atom_orb, atom_lda, mesh_exp, mesh_hyp, &... more »
By Ondrej Certik  - Jun 7 2011 - 1 new of 1 message    

Passing String to function 
  Dear Fwrap Users: I am trying to use Fwrap to wrap a scientific fortran library (getorb, [link]). I have been using python only for a year or so, and I don't have much knowledge on Fortran, so it is possible that I am missing something simple. I was able to run fwrap with the following command:... more »
By Batu  - Feb 26 2011 - 2 new of 2 messages    

waf? 
  Hello, I finally came around to give fwrap a try. Now when I try the testsuite yesterday all tests failed, because it misses fwrap/waf. Worse, I could not reach the waf website [link] yesterday. Could it be worth mentioning this requirement in the README.txt? Is waf the cool new scons/make etc.? Have I been living... more »
By mhoffman  - Dec 9 2010 - 3 new of 3 messages    

Can't get fwrap to pass tests: ImportError: No module named all_char_fwrap 
  Hello, I'm running ubuntu 10.04, python 2.6.5, gfortran 4.4.3, cython 0.11.2 I can't get Fwrap 0.1.1 to pass tests. When I do export F90=/usr/bin/gfortran export LDFLAGS='-L/usr/lib/ -lgfortran' python runtests.py -vv --fcompiler=gnu95 --no-cleanup I get Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)... more »
By als44118  - Dec 7 2010 - 9 new of 9 messages    

Optional arguments to fortran functions 
  Hello, I'm trying to wrap some functions defined in a fortran F95 module in python. I'm quite ignorant of fortran, so I went for the easiest route and applied what Ondrej describes in this post: [link] I succeeded in building a simple wrapper, I had just to manually mangle... more »
By Daniele Nicolodi  - Nov 19 2010 - 10 new of 10 messages    

1 - 10 of 33   « Newer | Older »

XML       Send email to this group: fwrap-users@googlegroups.com