Back to home page

MITgcm

 
 

    


Warning, /verification/matrix_example/Readme is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit ab386e36 on 2005-04-18 22:12:03 UTC
ab386e36f3 Sama*0001 Example to test pkg/matrix
                0002 
                0003 Instructions for building:
                0004 
                0005 1) mkdir build
                0006 2) cd build
                0007 3) run genmake with: -mods=../code and -enable=matrix
                0008 e.g.,
                0009 ../../../tools/genmake2  "-mods=../code" "-optfile=../../../tools/build_options/darwin_ppc_xlf_spk" "-enable=matrix"
                0010 
                0011 4) make depend
                0012 5) make
                0013 
                0014 Instructions for running:
                0015 
                0016 1) mkdir run
                0017 2) cd run
                0018 3) cp -p ../input/* .
                0019 4) ./mitgcmuv > output.txt
                0020 
                0021 Results:
                0022 
                0023 compare with results/output.txt
                0024