Received: by oss.sgi.com id ; Thu, 22 Feb 2001 11:52:00 -0800 Received: from paco.llnl.gov ([134.9.17.119]:47379 "EHLO paco.llnl.gov") by oss.sgi.com with ESMTP id ; Thu, 22 Feb 2001 11:51:45 -0800 Received: from paco.llnl.gov (IDENT:waynev@localhost [127.0.0.1]) by paco.llnl.gov (SGI-8.9.3/8.9.3) with ESMTP id LAA12329 for ; Thu, 22 Feb 2001 11:51:17 -0800 (PST) Message-ID: <3A956DB5.CC3E90E4@paco.llnl.gov> Date: Thu, 22 Feb 2001 11:51:17 -0800 From: Wayne Vieira Reply-To: waynev@sgi.com Organization: SGI X-Mailer: Mozilla 4.75C-SGI [en] (X11; U; IRIX64 6.5 IP30) X-Accept-Language: en MIME-Version: 1.0 To: pro64-support@oss.sgi.com Subject: Default include directory for sgif90 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-pro64-support@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;pro64-support-outgoing Isn't sgif90 supposed to use /usr/include for searching for includes? I ran the following example test case program test INCLUDE "mpif.h" c USE MPI #This works, as expected INTEGER*8 error CALL MPI_INIT(error) write(6,*)'hello penguins' call MPI_Finalize(error) stop end If I have the full path or -I/usr/include it works without error, but not by default. What are the default search directories for include files? Wayne