If you are running csh or similar shell then
before doing a make do one of the following:

setenv CCM_COM  sgi_mpi
setenv CCM_COM  sgi_shmem
setenv CCM_COM  sv1_shmem
setenv CCM_COM  darwin
setenv CCM_COM  aix

depending on your platform.  

If you are running sh or similar shell then
before doing a make do one of the following:

export CCM_COM=sgi_mpi
export CCM_COM=sgi_shmem
export CCM_COM=sv1_shmem
export CCM_COM=darwin
export CCM_COM=aix


This sets the make include file that is for the build.
Include files for other platforms can be created based
on these files.

See the file time.html or time.txt for additional information.
