next up previous contents
Next: About this document ... Up: Tshello: A User Application Previous: Overview

Source Listing

/* tshello.c -- Copyright 1988, 1999 Sandia National Laboratories */

#include "stdio.h"
#include "puma.h"

int main()
{
    printf("hello from compute node %d / %d\n", _my_nid, _my_pid);
    return 0;
}



James Otto
1999-01-26