Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the CODE-ASTER directory.
cd /path/to/CODE-ASTER
- Set the environment variables.
source /path/to/CODE-ASTER/14.6/share/aster/profile.sh export PATH=/path/to/CODE-ASTER/bin/:$PATH
- Obtain the forma01a.export file.
as_run --get_export forma01a > forma01a.export
- Modify the forma01a.export file.
- Open the forma01a.export file.
vi forma01a.export
- Change the value of memory_limit in line 5 to 2048.0.

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the forma01a.export file.
- Execute the configuration file.
as_run forma01a.export

If the command output contains <A>_ALARM, the CODE-ASTER version is too early and the system automatically prompts you to update the version.

Meaning of the alarm: You are using an early version of CODE-ASTER. Please upgrade it to the latest version to use the enhanced features.
Parent topic: Code_Aster 14.6.0 Porting Guide (openEuler 21.03)