unistalling pgi workstation on a FC3 box

Hi,
I would like to know how may I uninstall pgi-workstation from my box which runs a FC3 linux?
Thank you for your time,

hhegab

Hi hhegab,

Removing the PGI directory where you have the compilers installed should uninstall the workstation.

  • Mat

Hi,

Thank you very much for the help. But, When I tried to compile a package, I found that it looked for the pgf77 first, then used the f77 compiler when it did not find it, does this mean that it will always look for it? Or should I remove the few lines in my .bashrc file?

Please excuse my very humble knowledge of programming.

hhegab

If I understand correctly, you have removed the PGI compilers from your system but when you compile your code pgf77 is still used.

If your using make files, check which compiler is used in the file. Look for “FC=pgf77” or “F77=pgf77”. Of course, your make file may be different.

Also, if you use the shell environment variable FC or F77, check what this value is. If you do set it in a “.bashrc” file then change the value. You probably can remove the PGI directory from your PATH variable as well.

  • Mat

Dear,

Thank you for the thorough answer, and sorry for not reponding soon.

hhegab