Upgrade para Edgy: mudanças entre as edições

De Física Computacional
Ir para navegação Ir para pesquisar
(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...')
 
(Sem diferença)

Edição atual tal como às 14h52min de 19 de setembro de 2011

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.