[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #EGA-907172]: netCDF General - compiling netcdf

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [netCDF #EGA-907172]: netCDF General - compiling netcdf
  • Date: Tue, 26 Jun 2007 09:53:31 -0600

> The system is a Cray XT3 using catamount. I can't seem to compile it at all.
> 
> Jason.
Howdy Jason!

Seems like your C compiler is not working well. I'm sorry, but I don't think I 
can help you until you get a working C compiler. Here's a little C program that 
should work:

#include <stdio.h>

int
main()
{
   printf("howdy\n");
   return 0;
}

I this program won't work, then netCDF will certainly not work.

Can you try to compile the above program and run it? If it works, email me 
back. If it doesn't work, contact your sysadmin and get your C compiler 
working, then try building netCDF again.

There are some other users who have done cray ports:
http://www.unidata.ucar.edu/software/netcdf/docs/other-builds.html#cray-sv1

Thanks,

Ed


Ticket Details
===================
Ticket ID: EGA-907172
Department: Support netCDF
Priority: Critical
Status: Closed