Home Search Up Reference Manuals Return
Rel.1904 is an upgrade package based on Rel.1901.
Before downloading and installing this release, Rel.1901 must already exist on your computer.
Installation of Rel.1904 is made according to the following instructions:
op ~/.profile_gensys op ~/.octaverc op ~/Desktop/genfile.desktop op ~/Desktop/genterm.desktopin all files change to "gensys-1904"
If you want to be able to compile own subroutines in gensys-1904. It is necessary to install new compilers in your virtual machine. To do so, please give the following commands:
gen_apt-get_install.sh g++-8 gen_apt-get_install.sh gfortran-8 gen_apt-get_install.sh gcc-8The output from command "gen_apt-get_install.sh" is appended to file "~/Downloads/installed.out". In this file you can track all packages installed with the "gen_apt-get_install.sh"-command.
Option: | Comment |
-flto | Link Time Optimization (LTO) gives GCC the capability of dumping its internal representation (GIMPLE) to disk, so that all the different compilation units that make up a single executable can be optimized as a single module. This expands the scope of inter-procedural optimizations to encompass the whole program. |
-fopenmp | To activate parallel computing when command coupl_para is used. |