Menu

Tree [ca5fac] default /
 History

Read Only access


File Date Author Commit
 ASTK_CLIENT 2021-08-10 Mathieu Courtois Mathieu Courtois [73490a] update version number for next release
 ASTK_SERV 2021-11-17 Mathieu Courtois Mathieu Courtois [ca5fac] [#31568] add missing blank between options
 configuration 2019-10-01 Mathieu Courtois Mathieu Courtois [697190] Fix encoding in post_install scripts.
 install_test 2019-10-01 Mathieu Courtois Mathieu Courtois [0597cb] Set package info.
 .hgignore 2009-09-21 Mathieu Courtois Mathieu Courtois [7b50dc] change extension for fortran90 source (.F)
 .hgtags 2021-08-11 Mathieu Courtois Mathieu Courtois [9c39e1] Added tag 2021.0.0-1 for changeset 73490a746c7c
 MANIFEST.in 2009-11-20 Mathieu Courtois Mathieu Courtois [8f2d6c] support of numbered histor files in --update
 README 2011-12-06 Mathieu Courtois Mathieu Courtois [499a08] add the AGLA 'asdenot' action.
 TODO 2012-01-05 Mathieu Courtois Mathieu Courtois [cfb961] add support of ASTER_VERSION_DIR variable in co...
 __pkginfo__.py 2021-08-10 Mathieu Courtois Mathieu Courtois [73490a] update version number for next release
 check.makefile 2017-09-12 Mathieu Courtois Mathieu Courtois [7ba3a6] Skip unittests of development functions, add 'm...
 help-asrun.css 2012-09-25 Mathieu Courtois Mathieu Courtois [83a247] [make_shared] use gfortran if not compiler is f...
 pylint.rc 2010-06-16 Mathieu Courtois Mathieu Courtois [3d2b31] clean source
 setup.py 2018-11-29 Maximilien Siavelis Maximilien Siavelis [461e80] [#28038] 2to3

Read Me

README for asrun
================


To install asrun, just type::

    python setup.py install --prefix=ASTER_ROOT

Typically, ``ASTER_ROOT=/opt/aster`` or similar.


To run unittest :

- on a functionnal installation ::

    cd $ASTER_ROOT/share/codeaster/asrun/unittest
    run_test.py --all

- on a source repository :

    1. install asrun in a test directory (for example ``/tmp/test``)::

        export ASTER_ROOT=/tmp/test
        python setup.py install --prefix=$ASTER_ROOT

    2. configure the files in ``$ASTER_ROOT/etc/codeaster``, for example
       by copying them from a working installation and use a working
       version of *Code_Aster* ::

        cd $ASTER_ROOT/etc/codeaster
        cp /opt/aster/etc/codeaster/* .
        cd $ASTER_ROOT
        ln -s /opt/aster/NEW11 .

       If you copied the files, do not forget to change ``ASTER_ROOT``
       to ``/tmp/test``::

        cd $ASTER_ROOT/etc/codeaster
        vi asrun

    3. run testcases::

        cd $ASTER_ROOT/share/codeaster/asrun/unittest
        run_test.py --all
MongoDB Logo MongoDB