This is a configure.user file that has been modified from the original distribution version to run the largedomain case on an IBM SP. Note:
# Sections
# 1. System Variables
# 2. User Variables
# 3. Fortran options
# 3a. Cray (YMP, J90)
# Note: set RUNTIME_SYSTEM="CRAY_IA" for Cray interactive job
# 3b. IRIX.6.2 (SGI_R8000,SGI_R10000)
# 3c. IRIX.5.2/5.3 (SGI_R4000/SGI_R4400/SGI_R5000)
# Note: set RUNTIME_SYSTEM="SGI_R4000" for SGI_R4400/SGI_R5000
# 3d. SUN Fortran (solaris,SPARC20/SPARC64)
# 3e. DEC_ALPHA (OSF/1)
# 3f. IBM (AIX)
# 3g. HP (UX)
# 3h. HP (SPP-UX) for HP Exemplar S/X-Class Systems
# 4. General commands
# 5. Options for making "./include/parame.incl"
# 6. Physics Options (memory related)
# 7. MPP Options (Set no options in section 3)
# 7a. IBM SP2
# 7b. Cray T3E
# 7c. SGI Origin 2000
# 7d. HP Exemplar
# 7e. DEC ALPHA/MPI
# 7f. Fujitsu VPP
# 7g. Network of Linux PCs with MPI
#
#-----------------------------------------------------------------------------
# 1. System Variables
#-----------------------------------------------------------------------------
SHELL = /bin/sh
.SUFFIXES: .F .i .o .f .c
#-----------------------------------------------------------------------------
# 2. User Variables
#-----------------------------------------------------------------------------
# RUNTIME_SYSTEM - Currently supported systems.
# SGI_R4000,SGI_R8000,CRAY,CRAY_IA,
# SUN,DEC_ALPHA,IBM,HP,,HP-SPP,HP-SPP_IA
# - MPP version:
# o2k, t3e, alpha, sp2, hp, vpp, linux
# Presently, of the MPP platforms only the "sp2"
# is supplied with the "make deck" capability.