Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2020-12-16 | 1.1 kB | |
TrioCFD.tar.gz | 2020-12-16 | 392.9 MB | |
Installer_TrioCFD.sh | 2020-12-16 | 3.0 kB | |
md5.out | 2020-12-16 | 119 Bytes | |
Totals: 4 Items | 392.9 MB | 0 |
# First method if TRUST-1.8.2 platform is not installed:# First method if TRUST-1.8.2 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.2 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.2 platform is already installed: git clone git://git.code.sf.net/p/triocfd/code TrioCFD-1.8.1; cd TrioCFD-1.8.2; source $TRUST_ROOT/env_TRUST.sh; baltik_build_configure -execute; make optim debug