ug4
|
Before installing manually, you should check if the software is available in your packet manager or from your cluster management tool (e.g. module load
).
Please follow the description at https://github.com/UG4/ughub to obtain a copy of ug4. Below you'll find hints on how to obtain additional software which is required to build ug4.
cmake –version
. Minimum Version is 2.6. tar -xzf cmake-2.8.8.tar.gz
. cmake-2.8.8
directory. ./configure –help
. ./configure
make
sudo make install
./configure –prefix=.
to install cmake in the current directory. make
make install
bin
subdirectory of your cmake-2.8.8 directory. $HOME/cmake-2.8.8/bin
to your PATH variable (see here). (Enter the full path there, not "."). After that, do a source ~/.bashrc
You can check now if cmake is working by entering cmake
in the console.
which mpicc
. mpicc
. –prefix=.
option and to set the PATH .
cmake -DBUILTIN_BLAS=ON -DBUILTIN_LAPACK=ON
~/software/GotoBLAS2/
quickbuild.*
files there and execute it. ~/software/GotoBLAS2
to the environment variable LD_LIBRARY_PATH
by adding the line LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/software/GotoBLAS2/add the end of your
~/.bashrc
. source ~/.bashrc
You can install a local version of ParaView by performing the following steps (only described for installation of a "precompiled binary", which usually will be the preferred way):
mv ParaView-3.14.0-Linux-64bit.tar.gz ~/local
cd ~/local tar xvzf ParaView-3.14.0-Linux-64bit.tar.gz
ParaView-3.14.0-Linux-64bit/See the documentation (e.g. http://paraview.org/Wiki/The_ParaView_Tutorial) for how to build ParaView from sources (CMake and a compiler (of course) necessary — and a bit time).
.bashrc
(for Bash)): alias paraview='$HOME/local/ParaView-3.14.0-Linux-64bit/bin/paraview' alias pvserver='$HOME/local/ParaView-3.14.0-Linux-64bit/bin/pvserver'or (for Tcsh):
alias paraview '$HOME/local/ParaView-3.14.0-Linux-64bit/bin/paraview' alias pvserver '$HOME/local/ParaView-3.14.0-Linux-64bit/bin/pvserver'
paraview --data=<VTK-File>
.pvsm
): paraview --state=<state file>