Upgrade para Edgy

De Física Computacional
Revisão de 14h52min de 19 de setembro de 2011 por Tekkito (discussão | contribs) (Criou página com '=== ifort (intel f90) ERROR === > export: 27: Illegal option -n The problem is that edgy uses dash rather than bash. You can change the first line of the ifort and ifc script...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

ifort (intel f90) ERROR

 > export: 27: Illegal option -n

The problem is that edgy uses dash rather than bash. You can change the first line of the ifort and ifc scripts from

  1. !/bin/sh

to

  1. !/bin/bash

and all should work.