---------------------------------------------------------------------- Build and Test Instructions for SWMF as an ESMF Component Gabor Toth 10/31/05 ---------------------------------------------------------------------- The following steps should allow you to do the SWMF-ESMF test on most of our supported systems: mkdir SWMF cd SWMF tar xzf SWMF_v2.2.tgz SetSWMF.pl -install # Switch off unused SWMF components (so it compiles faster and smaller) SetSWMF.pl -v=UA/Empty,RB/Empty,SP/Empty,IH/Empty,IM/Empty -s # Make sure that you have the ESMF library installed then type make ESMF_SWMF_test You should see the SWMF compiled as a library then the ESMF_SWMF.exe executable compiled and then executed. The final lines contain a timing report for the SWMF. This test can go wrong in many ways depending on the machine/compiler/libraries you are using, but at least on my Linux desktop with the NAG F95 compiler and mpich library and ESMF v2.2.0 it works.