BES3 Software at Minnesota

This guide will show you how to set up your environment for BESIII at Minnesota. To do this, you'll need:

Setting Up

  1. ssh twins-a03.spa.umn.edu

    Analysis machines are twins-a01.spa.umn.edu through twins-a08.spa.umn.edu.

    If your default shell isn't bash (i.e., you specially arranged an alternative), start it up. All BES3 scripts at Minnesota are in bash; no other shell is officially supported.

  2. source /local/bes3/boss/$VERSION/environment

    You'll want to source this file every time you login; it loads the BES3 environment.

What You Get

Problem?

If you get any errors, there's a mistake somewhere, either in my instructions or your execution of them. Either way, you should pop an e-mail to Nick Howell.

A suggestion for getting started: try compiling and running the ρ-π analysis algorithm RhopiAlg: mkdir -p $WorkArea/Analysis/Physics; cp -r $BesArea/Analysis/Physics/RhopiAlg $WorkArea/Analysis/Physics/; cd Analysis/Physics/Rhopi/Rhopi-* && boss-compile

howell at physics dot umn dot edu