Problems with numpy-1.3.0.p2

58 views
Skip to first unread message

Ray C

unread,
Apr 5, 2012, 8:53:08 PM4/5/12
to femhub
I tried using the make file to compile femhub-0.9.9, but it hung
trying to install numpy-1.3.0.p2. The error message told me to email
this group. I am running on windows 7 on a cgywin terminal. I think
this is the relevant part:



success!
removing: _configtest.c _configtest.o
/home/Russell/femhub-distribution/femhub-0.9.9/spkg/build/
numpy-1.3.0.p2/src/numpy/distutils/command/config.py:39:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of try_run is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

DeprecationWarning)
C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes

compile options: '-Inumpy/core/src -Inumpy/core/include -I/home/
Russell/femhub-distribution/femhub-0.9.9/local/include/python2.6 -c'
gcc: _configtest.c
gcc _configtest.o -o _configtest.exe
_configtest.exe
0 [main] python 980 child_info_fork::abort: address space needed
by 'operator.dll' (0x3E0000) is already occupied
error: Resource temporarily unavailable
Error building numpy.

Anyone else have a similar problem?

Pavel Solin

unread,
Apr 5, 2012, 11:41:47 PM4/5/12
to fem...@googlegroups.com
On Thu, Apr 5, 2012 at 5:53 PM, Ray C <rayc...@gmail.com> wrote:
I tried using the make file to compile femhub-0.9.9, but it hung
trying to install numpy-1.3.0.p2.  The error message told me to email
this group.  I am running on windows 7 on a cgywin terminal.  I think
this is the relevant part:

Hi,
  there are so few users of Cygwin that we stopped supporting it.
Sorry about that. What did you want to do with FEMhub? Perhaps
using NCLab.com directly is possible.

Pavel 



success!
removing: _configtest.c _configtest.o
/home/Russell/femhub-distribution/femhub-0.9.9/spkg/build/
numpy-1.3.0.p2/src/numpy/distutils/command/config.py:39:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of try_run is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

 DeprecationWarning)
C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes

compile options: '-Inumpy/core/src -Inumpy/core/include -I/home/
Russell/femhub-distribution/femhub-0.9.9/local/include/python2.6 -c'
gcc: _configtest.c
gcc _configtest.o -o _configtest.exe
_configtest.exe
     0 [main] python 980 child_info_fork::abort: address space needed
by 'operator.dll' (0x3E0000) is already occupied
error: Resource temporarily unavailable
Error building numpy.

Anyone else have a similar problem?

--
You received this message because you are subscribed to the Google Groups "femhub" group.
To post to this group, send email to fem...@googlegroups.com.
To unsubscribe from this group, send email to femhub+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/femhub?hl=en.




--
Pavel Solin
University of Nevada, Reno
http://hpfem.org/~pavel

Ray C

unread,
Apr 7, 2012, 1:36:59 PM4/7/12
to femhub
I'm want to use it for fluid dynamic problems. I originally
downloaded Agros2D, but it's fluid dynamic modules are still in
development. I found out that hp-FEM
and Hermes2D had examples of exactly what I wanted:

http://hpfem.org/hermes/hermes-examples/doc/_build/html/src/hermes2d/examples/navier-stokes/circular-obstacle.html

However, I wanted a GUI to go with it, since programing directly is a
headache. Then I found that NClab had it included and worked through
Cygwin, and had a bunch of other stuff that might be useful for me as
a math and physics teacher. But apparently I couldn't get the code to
compile using make. Is there a wait of just getting the complied
femhub.bin file or maybe just a stand alone Hermes2D working on a Win7
machine?


On Apr 5, 11:41 pm, Pavel Solin <solin.pa...@gmail.com> wrote:
> University of Nevada, Renohttp://hpfem. <http://hpfem.math.unr.edu/people/pavel/>org/~pavel

Pavel Solin

unread,
Apr 7, 2012, 6:46:08 PM4/7/12
to fem...@googlegroups.com, Lukas Korous
Hi Ray,
Hermes is a powerful C++ library and currently it had two GUIs: Agros2D and NCLab. FEMhub Distribution does not have a GUI itself. It's mission is to provide codes with unified interface that anyone can use in any way, including writing his own GUI.

NCLab has so far two Hermes modules - Electrostatics and Elasticity. Fluid Dynamics modules are coming soon. If you let us know what you need, we can make it a higher priority.

Best,

Pavel

Sent from my iPhone

Ray C

unread,
Apr 7, 2012, 7:46:44 PM4/7/12
to femhub
Well, is there any way of just getting Hermes itself to compile? I
could just try it without the GUI. The documentation for the legacy
code doesn't seem to work as cmake doesn't work in my version of
cygwin. Maybe I have to update Cygwin first.

On Apr 7, 6:46 pm, Pavel Solin <solin.pa...@gmail.com> wrote:
> Hi Ray,
>   Hermes is a powerful C++ library and currently it had two GUIs: Agros2D and NCLab. FEMhub Distribution does not have a GUI itself. It's mission is to provide codes with unified interface that anyone can use in any way, including writing his own GUI.
>
> NCLab has so far two Hermes modules - Electrostatics and Elasticity. Fluid Dynamics modules are coming soon. If you let us know what you need, we can make it a higher priority.
>
> Best,
>
> Pavel
>
> Sent from my iPhone
>
> On Apr 7, 2012, at 10:36 AM, Ray C <rayc31...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I'm want to use it for fluid dynamic problems.  I originally
> > downloaded Agros2D, but it's fluid dynamic modules are still in
> > development.  I found out that hp-FEM
> > and Hermes2D had examples of exactly what I wanted:
>
> >http://hpfem.org/hermes/hermes-examples/doc/_build/html/src/hermes2d/...

Pavel Solin

unread,
Apr 7, 2012, 7:52:56 PM4/7/12
to fem...@googlegroups.com

Sent from my iPhone

On Apr 7, 2012, at 4:46 PM, Ray C <rayc...@gmail.com> wrote:

> Well, is there any way of just getting Hermes itself to compile? I
> could just try it without the GUI. The documentation for the legacy
> code doesn't seem to work as cmake doesn't work in my version of
> cygwin. Maybe I have to update Cygwin first.
>

As I explained, for lack of demand we are not supporting Cygwin anymore. Install Ubuntu if you can.

Pavel

Lukas Korous

unread,
Apr 8, 2012, 2:59:30 AM4/8/12
to fem...@googlegroups.com
Hello Ray,

you may also want to use cmake directly in your Windows 7 Environment
and generate makefiles for Visual Studio:

cmake -G "Visual Studio 10"

for example.

For the list of generators, see

http://www.cmake.org/cmake/help/cmake-2-8-docs.html#section_Generators

Lukas

--
Lukas Korous

Reply all
Reply to author
Forward
0 new messages