Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'app,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'rewrite': 0.09; 'exist.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sockets': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'app': 0.19; 'header:User-Agent:1': 0.23; 'sorry,': 0.24; 'decide': 0.24; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'testing': 0.29; 'michael': 0.29; "doesn't": 0.30; 'cases': 0.33; 'implemented': 0.33; 'knowledge': 0.35; 'possible.': 0.35; 'test': 0.35; 'but': 0.35; 'are,': 0.36; 'application': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'algorithms': 0.60; 'received:178': 0.74; 'welle': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Sturla Molden Subject: Re: Interfacing Fortran applications Date: Mon, 09 Jun 2014 22:57:25 +0200 References: <7klg6bxlt8.ln2@news.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: ip-155-53-72-178.dialup.ice.net User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <7klg6bxlt8.ln2@news.c0t0d0s0.de> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402347468 news.xs4all.nl 2913 [2001:888:2000:d::a6]:32965 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73061 On 09/06/14 14:24, Michael Welle wrote: >> If you are to rewrite the Fortran app you can just as well use f2py from >> NumPy. > a rewrite of the application isn't possible. That would require > knowledge about what the used algorithms are, why they are implemented > as they are, that would require extensive testing with test cases that > don't exist. You are ok with adding sockets and IPC to a Fortran app, but using f2py is off limits because it requires a rewrite? Sorry, this doesn't make any sense. But it's your problem, I don't care what you decide to do. Sturla