Next Previous Contents

16. Notes for LCVMM

Here is some specific information for the Laboratory for Computation and Visualization in Mathematics and Mechanics.

VBM and DataViewer are set up to compile SunOS, Linux, and Irix versions all from the same source code. All three versions can coexist in one directory. To access this feature both VBM and DataViewer should be compiled with the LCVM_ARCH option. For example, to compile DataViewer you can use the command:


make LCVM_ARCH=`uname`

To compile VBM you can use the command:


make LCVM_ARCH=`uname` VBM_DEVELOPER=true

For the VBM_1D_AUTO and VBM_1D_AUTO_FORT8 compute engines the following environment variable definitions work (as of Sat Aug 7 00:12:49 CEST 1999 ).

For VBM_1D_AUTO_HOME you can set it to be /usr/lcvm/auto/94.

For VBM_1D_AUTO_FORTRAN_COMPILER you can set is based upon the following table.

Linux

fort77 -O -f -I/usr/lcvm/share/VBM/util

IRIX64

f77 -O -extend_source

SunOS

f77 -O -e


Next Previous Contents