Upgrade para Edgy

De Física Computacional
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.