User Tools

Site Tools


slepc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

slepc [2019/03/18 15:29] – criada jefersonslepc [2019/03/18 15:50] (current) jeferson
Line 2: Line 2:
  
 For further information, go to the SLEPc [[http://slepc.upv.es/|website]]. For further information, go to the SLEPc [[http://slepc.upv.es/|website]].
 +
 +Instalation
 +
 +1. You need to have PETSc [[:petsc_install|installed]] in your computer before install SLEPc;
 +
 +2. Once PETSc is installed, you need to create a bash file on your main repository (if it doesn't exists) called .bash_profile;
 +
 +3. After creating .bash_profile file, export PETSc variables (which probably are in your .bashrc file) to it;
 +
 +4. Add the SLEPc repository to the .bash_profile file, for example:
 +
 +<code>
 +export SLEPC_DIR="/home/username/slepc/slepc-3.10.2"
 +</code>
 +
 +5. type
 +
 +<code>
 +bash
 +</code>
 +
 +on a terminal to update bash files;
 +
 +6. Open a terminal and access the SLEPc repository. Then type
 +
 +<code>
 +./configure
 +</code>
 +
 +to run the SLEPc configuration file;
 +
 +7. Follow the instructions appearing in the terminal after each installation step.
  
  
slepc.1552922949.txt.gz · Last modified: by jeferson