Skip to content
Snippets Groups Projects
README.md 1.51 KiB

Development Tools for code_aster

Home page: https://www.code-aster.org/

Forge: https://gitlab.com/codeaster/

code_aster source files are dispatched into 3 repositories.

  • src: containing Python, C/C++, Fortran source files, its build scripts and most of the testcases,
  • validation: few testcase files with proprietary datas,
  • data: material datas that can not be freely distributed.

Other independent repositories exist:

  • devtools: contains helper scripts, this repository.
  • changelog: publishes the changelog of each incremental version.

Content of the devtools repository

This repository contains some scripts to help to configure the environment, to configure hooks in the repositories, to check the sources files...

It also contains python modules to manipulate fortran source files and make automatically some cleanings in the source files.

Usually the repositories are cloned under $HOME/dev/codeaster.