Abaqus version | IBM Platform MPI (PMPI) | Intel MPI (IMPI) |
---|---|---|
2018 to 2020 HF2 | 9.1.4.3 (S, E) | 2017.2.174 |
2020 HF3 (FP2024) | 9.1.4.3 | 2017.2.174 (S, E) |
2020 HF4 (FP2030) | 9.1.4.3 (S, E) | 2017.2.174 |
2020 >=HF5 (FP2038) | 9.1.4.3 (S) | 2019 Update 7 (E) |
Abaqus requires additional software to be installed on Windows in order to make use of custom User Subroutines. You will need both a C++ compiler and Fortran compiler. Only specific versions of these compilers are officially supported by Simulia for use with each version of Abaqus.
Microsoft Visual Studio 2017 (Visual C++) is a Qualified Platform.
The Abaqus 2016 installation process is significantly different than in previous versions. This unofficial guide may be helpful if you're having trouble following the official instructions.
After some time you will have the following files:
2016.AM_DOC_SIM_EstPrd.AllOS.tar
2016.AM_SIM_Abaqus_Extend.AllOS.1-5.tar
2016.AM_SIM_Abaqus_Extend.AllOS.2-5.tar
Normal Raspbian startup sequence
/usr/bin/raspi-config
is a shell script to change some of the following options. docs
/etc/inittab
sets the default runlevel and runs/etc/init.d/rc
to execute startup scripts./etc/rc3.d/S03lightdm
launches lightdm for runlevel 3./etc/lightdm/lightdm.conf
contains configuration options for lightdm, including autologin-user/etc/X11/Xsession
sources all files in/etc/X11/Xsession.d
/etc/X11/Xsession.d/50x11-common_determine-startup
will set STARTUP to either~/.xsession
or~/.Xsession
if it exists. If not executable, it will prepend${SHELL:-sh}
. The default is STARTUP=/usr/bin/x-session-manager
which is linked to/etc/alternatives/x-session-manager
which is linked to/usr/bin/startlxde-pi
- lxde is the "Lightweight X11 Desktop Environment"
- `/usr/bin/startlxde