#!/bin/csh # # Define environment variables for Adamo installation # # Specify ROOT directory where Adamo should be installed, # and the directory where the CAR file is located. # setenv ROOT "/hermes/adamo" setenv PAM "adamo3x3" setenv ADAMOVER "3.3" setenv MACHINE "UNIX" setenv TMPDIR "/hermes/tmp" # # Define name of Fortran compiler and specify flags # setenv COMPILER_NAME "f77" setenv COMPILER_OPTIONS "-O2" setenv CC_COMPILER_NAME "cc" setenv CC_COMPILER_OPTIONS "-O2 -b i486-linuxaout" # # Define load options # setenv LOAD_OPTIONS "" # # Define size of Zebra common block # setenv ZEBRA_SIZE "1000000" # # If your compiler needs the '\' to be doubled (MIPS machines), use the followin # command. If not, remove it. # # No double backslash setenv DOUBLEBACKSLASH # # Set cern library path name # setenv CERN_ROOT "/cern/95a" # # Set graphics lib # setenv GLIB "-lgrafX11 -lXt -lX11" # # Define command to randomise a libarary # setenv RLIB "ranlib" # # Request a copy of TAP making no use of rest of CERNLIB # setenv SMALLTAP "y" # # Generate c code for libraries and f2c options # setenv F2C_NAME "" setenv F2C_OPTIONS "" #