sfepy build on 64 bit gutsy using gfortran for numpy scipy.
Robert, Please disregard my last email. Now sfepy builds ok on my 64 bit gutsy. I just had to do make clean and remake.
stargate:/home/osman/sfepy-bash-> ./runTests.py --filter-more /usr/lib/python2.5/site-packages/scipy/sparse/linalg/dsolve/ linsolve.py:20: DeprecationWarning: scipy.sparse.linalg.dsolve.umfpack will be removed, install scikits.umfpack instead ' install scikits.umfpack instead', DeprecationWarning ) <<< directory: tests, test files: 17 --- test_recursiveDictHDF5: failed! --- test_sparseMatrixHDF5: failed! +++ test_pbc: ok +++ test_pbc: ok +++ test_linearRigidBodyBC: ok +++ test_linearRigidBodyBC: ok nodes: 100% | ##################################################################################| Time: 00:00:00 elements: 100% | ###############################################################################| Time: 00:00:00 +++ test_input: ok +++ test_parseEquations: ok +++ test_parseRegions: ok +++ test_input: ok +++ test_input: ok +++ test_input: ok +++ test_input: ok nodes: 100% | ##################################################################################| Time: 00:00:00 elements: 100% | ###############################################################################| Time: 00:00:00 +++ test_readMeshes: ok +++ test_compareSameMeshes: ok +++ test_linear_terms: ok +++ test_structAdd: ok +++ test_structIAdd: ok +++ test_input: ok +++ test_problemCreation: ok +++ test_input: ok 17 test file(s) executed in 17.25 s, 2 failure(s) of 21 test(s) stargate:/home/osman/sfepy-bash->
Thanks Robert! -osman
Hi Osman,
osman wrote:
Robert, Please disregard my last email. Now sfepy builds ok on my 64 bit gutsy. I just had to do make clean and remake.
Great. Tell me if you have any problems. The two failures below should disappear after you install hdf5 + pytables (if you need them...).
stargate:/home/osman/sfepy-bash-> ./runTests.py --filter-more /usr/lib/python2.5/site-packages/scipy/sparse/linalg/dsolve/ linsolve.py:20: DeprecationWarning: scipy.sparse.linalg.dsolve.umfpack will be removed, install scikits.umfpack instead ' install scikits.umfpack instead', DeprecationWarning ) <<< directory: tests, test files: 17 --- test_recursiveDictHDF5: failed! --- test_sparseMatrixHDF5: failed! ... 17 test file(s) executed in 17.25 s, 2 failure(s) of 21 test(s) stargate:/home/osman/sfepy-bash->
Can I ask what are you trying to use sfepy for? Just curious...
cheers, r.
On Mon, 2008-03-17 at 10:18 +0100, Robert Cimrman wrote:
Great. Tell me if you have any problems. The two failures below should disappear after you install hdf5 + pytables (if you need them...).
I do have hdf5 will get pytables
Can I ask what are you trying to use sfepy for? Just curious...
I have been using FE for 30 years. Now am trying find a problem solving enviro (PSE) that lets me just specify the PDE (even in weak form), and a few selections and goes on to solve it :-)
Python seems like nice scripting language to accomplish that. Was looking for program that try to do it. Like sfepy and from the fenics org syfi. Just playing around at home for fun :-)
Thanks for your help, and the free software. -osman
osman wrote:
I have been using FE for 30 years. Now am trying find a problem solving enviro (PSE) that lets me just specify the PDE (even in weak form), and a few selections and goes on to solve it :-)
Python seems like nice scripting language to accomplish that. Was
Yes, Python rocks in driving low-level code.
looking for program that try to do it. Like sfepy and from the fenics org syfi. Just playing around at home for fun :-)
The fenics project is a _big_ thing and SyFi inspires me a lot. Some code of Kent-Andre Mardal (of SyFi) served as a base for another project that might be interesting for you: SymFE (http://code.google.com/p/symfe/). SfePy is going to use it for base function generation and other stuff that can be prepared symbolically prior to actual computations.
SfePy, on the not-so-other hand, must be very simple as it was up to very recently written by one guy. I hope other people will join and help make it a powerful tool for doing FEA in Python in a simple way, but still keeping the code small.
Thanks for your help, and the free software.
You are welcome! Just tell us if you find some bugs :)
r.
Hi Ondrej,
It seems that all revisions from 48 to 93 have disappeared. What is wrong? My ssh key stopped working, too.
r.
On Mon, Mar 17, 2008 at 1:12 PM, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
Hi Ondrej,
It seems that all revisions from 48 to 93 have disappeared. What is wrong? My ssh key stopped working, too.
The original server was down during the weekend, so I moved the repo to another server. I fixed the revisions now and I'll try to fix the ssh access soon.
Ondrej
Ondrej Certik wrote:
On Mon, Mar 17, 2008 at 1:12 PM, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
It seems that all revisions from 48 to 93 have disappeared. What is wrong? My ssh key stopped working, too.
The original server was down during the weekend, so I moved the repo to another server. I fixed the revisions now and I'll try to fix the ssh access soon.
Thanks!
r.
participants (3)
-
Ondrej Certik
-
osman
-
Robert Cimrman