Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Pages: 1
Hi All,
Is Code Aster still being developed? Years ago there were releases every 6 months or so, it all seems pretty quiet at the moment.
Gary
Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz
Offline
Hi Gary,
sure! Here are the official repositories (careful with the empty space):
SRC: https:// gitlab.com/codeaster/src
Changelog: https:// gitlab.com/codeaster/changelog
I am not happy the way new updates for Salome_Meca get pushed and how build dependencies are dealt with, but CA is still in development V15 had a "mayor" reengineering of the internals
Regards,
Fer
Offline
Hi Fer,
Thanks for the reply!
Gary
Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz
Offline
See this repository to install new version of code_aster (with singularity or not)
https: //gitlab.com/codeaster-opensource-documentation/opensource-installation-development
Offline
hello nicolas_p
See this repository to install new version of code_aster (with singularity or not)
https: //gitlab.com/codeaster-opensource-documentation/opensource-installation-development
i am probably too dumb
but i cannot see in the referenced pages anything describing how to build a new version of code_aster without singularity
if fact this links goes on and on opening no sub pages
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
In the Compiling code_aster from scratch section : https:// gitlab.com/codeaster-opensource-documentation/opensource-installation-development/-/blob/main/install/install-code-aster-native.md it seems that you can install it without singularity.
Offline
hello
In the Compiling code_aster from scratch section : https:// gitlab.com/codeaster-opensource-documentation/opensource-installation-development/-/blob/main/install/install-code-aster-native.md it seems that you can install it without singularity.
i do not understand this link sends me to a code_aster forum thread
which does not give any hint to compile a stand alone version of newer code_aster
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Do you remove the space between // and gitlab ?
Offline
Hello,
i do not understand this link sends me to a code_aster forum thread
which does not give any hint to compile a stand alone version of newer code_aster
you are right, all informations are about working and compilation inside container. I don't understand why developers force all to use container or salome-meca. It's a little bit ansys-workbench way.
Because I am not fan of containers nor salome-meca I was able compile the 15.5 version downloaded from sourceforge with version 14.6 settings (setup.py) only with change of src folder of aster and using newer mumps, ale other dependencies works. You just have to change the version of files in __pkginfo__.py
for me it was the solution for now, but maybe in future I will have to use salome-meca in container :-)
mecour
Offline
https: //gitlab.com/codeaster-opensource-documentation/opensource-installation-development/-/blob/main/install/install-code-aster-native.md
In this page there is the procedure to compile prerequisites from scratch (a tar archive) then code_aster without singularity containers. This for the unstable version
Offline
hello nicolas_p
In this page there is the procedure to compile prerequisites from scratch (a tar archive)
thank you for your explanation
i got it
one question it seems to concern an mpi version
howto when we do not have mpi?
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
The mpi installation is presented because it is always harder
For sequential version, discard installation of MPI librairies and at the end to configure prerequisities, set
ARCH=gcc-openblas-seq for exemple. seq is for sequential version (it is mentionned at the end)
For aster, use waf_std instead of waf (waf=waf_mpi now)
Offline
Hello,
jeanpierreaubry wrote:i do not understand this link sends me to a code_aster forum thread
which does not give any hint to compile a stand alone version of newer code_asteryou are right, all informations are about working and compilation inside container. I don't understand why developers force all to use container or salome-meca. It's a little bit ansys-workbench way.
Because I am not fan of containers nor salome-meca I was able compile the 15.5 version downloaded from sourceforge with version 14.6 settings (setup.py) only with change of src folder of aster and using newer mumps, ale other dependencies works. You just have to change the version of files in __pkginfo__.py
for me it was the solution for now, but maybe in future I will have to use salome-meca in container :-)
mecour
It is the only way to build code_aster now. We cannot support the old method ("from scratch") because we have several platforms on which to deploy code_aster/salome_meca and it is far too complex to manage with all the prerequisites required.
The real problem for me is the size of the final file (nearly 8GB in some versions).
Code_Asterの開発者
Offline
The mpi installation is presented because it is always harder
For sequential version, discard installation of MPI librairies and at the end to configure prerequisities, set
ARCH=gcc-openblas-seq for exemple. seq is for sequential version (it is mentionned at the end)For aster, use waf_std instead of waf (waf=waf_mpi now)
hello
thank you for your valuable help i tried to install
here are my results
under opensuse 15.4
compiling is impossible because of incompatible libraries
some of them do not seem to exist or have a very different name
under unbuntu 18.04
compiling went ok
this happens when launching a problem under astk
08:59:34 INFO ----------------------------------------------------------------------
08:59:34 INFO récupère les informations de configuration du serveur
08:59:34 INFO exécute sur dedalus@dedalus-Lenovo-V110-15ISK : /opt/aster/20220817/gcc10-openblas-seq/asrun-2021.0.0-1/bin/as_run --info
08:59:35 INFO retourne 0
08:59:53 INFO ----------------------------------------------------------------------
08:59:54 INFO préparation de l'exécution pour dedalus@dedalus-Lenovo-V110-15ISK
08:59:54 INFO copie les fichiers export...
08:59:54 INFO création du répertoire /tmp/dedalus-stephen-17266-dedalus-Lenovo-V110-15ISK...
08:59:54 INFO fait
08:59:54 INFO copie /tmp/astk_dedalus/17266-dedalus-Lenovo-V110-15ISK.export vers /tmp/dedalus-stephen-17266-dedalus-Lenovo-V110-15ISK
08:59:54 INFO retourne 0
08:59:54 INFO copie /tmp/astk_dedalus/17266-dedalus-Lenovo-V110-15ISK.orig.export vers /tmp/dedalus-stephen-17266-dedalus-Lenovo-V110-15ISK
08:59:54 INFO retourne 0
08:59:54 INFO copie les fichiers de données...
08:59:54 INFO exécute sur dedalus@dedalus-Lenovo-V110-15ISK : /opt/aster/20220817/gcc10-openblas-seq/asrun-2021.0.0-1/bin/as_run --serv --num_job=17266-dedalus-Lenovo-V110-15ISK /tmp/dedalus-stephen-17266-dedalus-Lenovo-V110-15ISK/17266-dedalus-Lenovo-V110-15ISK.export
08:59:54 INFO retourne 4
is there anything wrong with my command or setup
what means retourne 4
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Hello,
Is there an outpout ? .mess ? .o ? or something like that ?
Offline
hello
there is no .mess produced in the working directory
in fact nothing but a .export produced in the working directory
no .o produced in the flasheur
and only 2 .export files produced in the ad hoc repertory in tmp
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Have you verified that your installation is ok with lauching all verification test cases with run_testcases ?
You can use run_aster instead to have more informations
Offline
Have you verified that your installation is ok with lauching all verification test cases with run_testcases ?
You can use run_aster instead to have more informations
thanks for the help
from which directory do i run these 2 commands
they do not seem to exist in the instalation directory /opt/aster
also i cannot see any test case in this dir
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
run_testcase from src directory and run_aster (in install/bin) from where you want (before source the file profile.sh in install/share_aster)
Offline
run_testcase from src directory and run_aster (in install/bin) from where you want (before source the file profile.sh in install/share_aster)
hello nicolas_p
i am afraid we are not talking about the same thing
or i am completely dumb
none of the file comand or dir you mention exist in the /opt/aster installation done from the
https: //gitlab.com/codeaster-opensource-documentation/opensource-installation-development/.....
on the other hand in a working old style 15.2 installation
/opt/aster152/15.2/share/aster/profile.sh does exists
/opt/aster152/15.2/bin/run_aster does exist
i do not see any command named run_testcase
jean pierre aubry
consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/
Offline
Pages: 1