Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Installer_TrioCFD.sh | 2016-06-20 | 2.8 kB | |
TrioCFD.tar.gz | 2015-12-10 | 225.1 MB | |
Totals: 2 Items | 225.1 MB | 0 |
# First method if TRUST-1.8.3 platform is not installed: ##Download Installer_TrioCFD.sh wget http://sourceforge.net/projects/triocfd/files/Installer_TrioCFD.sh ##Execute Installer chmod +x Installer_TrioCFD.sh ./Installer_TrioCFD.sh ## Option to minimize build. You need to set this variable and then run previous method: OPTIONS=\"-disable-optionals\" ----------------------------------------------------------------------------------------------------------------- # Second method if TRUST-1.8.3 platform is already installed: wget http://sourceforge.net/projects/triocfd/files/Installer_TrioCFD.sh; chmod +x Installer_TrioCFD.sh; ./Installer_TrioCFD.sh -with-trust $TRUST_ROOT ----------------------------------------------------------------------------------------------------------------- # Third method if TRUST-1.8.3 platform is already installed: git clone git://git.code.sf.net/p/triocfd/code TrioCFD-1.8.3; cd TrioCFD-1.8.3; source $TRUST_ROOT/env_TRUST.sh; baltik_build_configure -execute; make optim debug