CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

elvis

Register Blogs Members List Search Today's Posts Mark Forums Read

Old

Installing foam-extend-4.1 from Source (Fedora 36)

Posted August 30, 2022 at 07:13 by elvis

Just a reminder what I did on my Fedora 36
http://https://openfoamwiki.net/inde...oam-extend-4.1
Code:
 dnf install -y  python3-pip m4 flex bison git git-core mercurial cmake cmake-gui openmpi openmpi-devel metis metis-devel metis64 metis64-devel
llvm llvm-devel zlib  zlib-devel  ....
Code:
{
  echo 'export PATH=/usr/local/cuda/bin:$PATH' 
  echo 'module load mpi/openmpi-x86_64' 
}>> ~/.bashrc
...
Senior Member
Posted in Uncategorized
Views 768 Comments 0 elvis is offline Edit Tags
Old

ParaView Guide 5.6.0 (PDF)Book (free download)

Posted March 2, 2015 at 09:30 by elvis
Updated August 30, 2022 at 04:42 by elvis

A PDF version of the book is available for https://www.mn.uio.no/astro/english/...uide-5.6.0.pdf
Senior Member
Posted in Uncategorized
Views 8289 Comments 1 elvis is offline Edit Tags
Old

Testing Engrid installer on various Distributions

Posted May 6, 2012 at 10:29 by elvis

I tested the Engrid installer

mkdir ~/Software
cd ~/Software
wget http://sourceforge.net/projects/engr...1.3/build.bash
source build.bash ubuntu-11.10

worked fine on ubuntu except for 12.04 „Precise Pangolin“
also no problems on aptosid except for aptosid 2011-03 "Πόνος"
Senior Member
Posted in Uncategorized
Views 2370 Comments 0 elvis is offline Edit Tags
Old

.bashrc OpenFOAM specific settings: from the OpenFOAM workshop

Posted July 5, 2011 at 01:50 by elvis

## OpenFOAM specific settings:
# because of bug: http://bugs.debian.org/576837
export PYTHONPATH=/usr/lib/paraview:${PYTHONPATH}

export CSF_GraphicShr=/usr/lib/libTKOpenGl-6.3.0.so

# unsetting FOAM_INST_DIR and the other vars are necessary for a complete switch of the versions
alias startOF16ext='unset FOAM_INST_DIR;unset WM_PROJECT_USER_DIR;unset WM_THIRD_PARTY_DIR;source /usr/lib/OpenFOAM-1.6-ext/etc/bashrc'
alias startOF16extDbg='unset...
Senior Member
Posted in Uncategorized
Views 2941 Comments 0 elvis is offline Edit Tags
Old

OpenFOAM-1.6-ext git install on debian

Posted April 30, 2011 at 18:33 by elvis
Updated October 29, 2011 at 09:51 by elvis

sudo apt-get install git-core qt4-qmake qt4-dev-tools binutils-dev flex bison build-essential libreadline5-dev wget zlib1g-dev rpm cmake python-dev libxt-dev gnuplot python-numpy libtool autoconf gitk git-gui

mkdir ~/OpenFOAM
cd ~/OpenFOAM
git clone git://openfoam-extend.git.sourceforge.net/gitroot/openfoam-extend/OpenFOAM-1.6-ext

echo "alias startOF16ext='unset FOAM_INST_DIR;unset WM_PROJECT_USER_DIR;unset WM_THIRD_PARTY_DIR;source ~/OpenFOAM/OpenFOAM-1.6-ext/etc/bashrc'"...
Senior Member
Posted in Uncategorized
Views 4638 Comments 1 elvis is offline Edit Tags

All times are GMT -4. The time now is 04:51.