You are here: Foswiki>Main/Cimec Web>PgiCompiler (21 Aug 2003, JorgeDElia)Edit Attach
1 Compiladores Portland PGI, licencia 16 nodos: Bajo licencia permanente: C/C++, F77/F90. Las opciones de paralelismo disponibles son:

a) Memoria distribuida: OMP (C/F90) HPF y auto-paralelismo (hasta 16 nodos).

b) Paso de mensajes: solamente esta instalado el MPI.

2 Para ver documentacion en linea con Netscape, visitar: file:/usr/local/pgi/doc/index.htm

3 Verificar que en el ".bashrc" de la cuenta esten incluidas las siguientes definiciones:

  # --------------- PORTLAND----------------------------------
  PGI=/usr/local/pgi
  export PGI
  PBS=/usr/local/pbs
  export PBS
  LM_LICENSE_FILE=$PGI/license.dat
  export LM_LICENSE_FILE
  PATH=$PATH:$PGI/linux86/bin
  PATH=$PATH:$PBS/bin
  export PATH
  MANPATH=$PGI/man:$MANPATH
  export MANPATH
  # ----------------------------------------------------------

-- CimecUser - 25 Feb 2002
Topic revision: r2 - 21 Aug 2003, JorgeDElia
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback