[mpich-discuss] Troubles in configuring process

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Thu Aug 5 11:59:05 CDT 2010


Hi,
 Can you compile simple C programs with gcc ? Can you compile the programs below with gcc ?

==============================================
#include <stdio.h>
int main(int argc, char *argv)
{
  return 0;
}
==============================================
#include <limits.h>
int main(int argc, char *argv)
{
  return 0;
}
==============================================
#include <assert.h>
int main(int argc, char *argv)
{
  return 0;
}
==============================================

 Did you manually copy any std C header files (limits.h/assert.h) to MPICH2 source directory ? I am assuming that you are working on a fresh download of the MPICH2 (1.2.1p1) source from http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=downloads .

Regards,
Jayesh
----- Original Message -----
From: "mhsuan" <mhsuan at mail.nkmu.edu.tw>
To: "jayesh" <jayesh at mcs.anl.gov>
Sent: Wednesday, August 4, 2010 9:12:47 PM GMT -06:00 US/Canada Central
Subject: Re: [mpich-discuss] Troubles in configuring process

Hi, jayesh,

Configuring still fails following your suggestions. No "c.txt" was generated this time. Thanks a lot.

M-H


More information about the mpich-discuss mailing list