Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to go to the CODE-ASTER directory:
cd /path/to/CODE-ASTER
- Run the following command to set the environment variables:
source /path/to/CODE-ASTER/profile.sh
- Run the following command to obtain the forma01a.export file:
as_run --get_export forma01a > forma01a.export
- Run the following commands to modify the forma01a.export file:
- Open the forma01a.export file.
vi forma01a.export
- Press i to enter the insert mode and 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.
- Run the following command to execute the configuration file:
as_run forma01a.export

Parent topic: Code_Aster 14.6.0 Porting Guide (CentOS 7.6)