#
# -------------------------------------------------------------------
# Locations of OPTIONAL packages. Comment out those you do not have.
# -------------------------------------------------------------------
#
# Location of X-windows software
#
X11_INCLUDE =
X11_LIB
PETSC_HAVE_X11 = -DPETSC_HAVE_X11
Modification du fichier
C_CC
C_CLINKER
C_FLINKER
Seconde étape :
make BOPT=O allclean
make BOPT=O all | tee make_log
(construction des outils qui utilisent la configuration précédente)
Pour l'installation elle se fait manuellement en transférant les fichiers se trouvant
dans $PETSC_DIR/lib/libO/linux64_intel dans le répertoire <Chemin d'installation >
où <Chemin d'installation> pourra être par exemple /opt/envhpc/petsc-2.1.5/lib
On peut alors tester basiquement notre configuration :
make BOPT=O testexamples |tee examples_log
Installation logicielle, lancement
= -L/usr/X11R6/lib -lX11
$PETSC_DIR/bmake/linux64_intel/variables
= ecc -D_REENTRANT -I/opt/scasli/include
= ecc -L/opt/scali/lib
= efc -L/opt/scali/lib -lfmpi -lmpi -Wl,-R/opt/scali/lib
-lmpi -Wl,-R/opt/scali/lib
4-21