Updates and Results Talks and Posters Advice Ideas Important Figures Write-Ups Outreach How-To Funding Opportunities GENETIS
  Place to document instructions for how to do things  ELOG logo
Message ID: 33     Entry time: Mon Feb 11 21:58:26 2019
Author: Brian Clark 
Subject: Get a quick start with icemc on OSC 
Project: Software 

Follow the instructions in the attached "getting_started_with_anita.pdf" file to download icemc, compile it, generate results, and plot those results.

Attachment 1: sample_bash_profile.sh  210 Bytes  | Hide | Hide all | Show all
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/.local/bin:$HOME/bin

export PATH
Attachment 2: sample_bashrc.sh  393 Bytes  | Show | Hide all | Show all
Attachment 3: test_plot.cc  2 kB  | Show | Hide all | Show all
Attachment 4: bashrc_anita.sh  601 Bytes  Uploaded Wed May 15 01:35:57 2019  | Hide | Hide all | Show all
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

module load cmake/3.11.4
module load gnu/7.3.0
export CC=`which gcc`
export CXX=`which g++`

export BOOST_ROOT=/fs/project/PAS0654/shared_software/anita/owens_pitzer/build/boost_build
export LD_LIBRARY_PATH=${BOOST_ROOT}/stage/lib:$LD_LIBRARY_PATH
export BOOST_LIB=$BOOST_ROOT/stage/lib
export LD_LIBRARY_PATH=$BOOST_LIB:$LD_LIBRARY_PATH

export ROOTSYS=/fs/project/PAS0654/shared_software/anita/owens_pitzer/build/root
eval 'source /fs/project/PAS0654/shared_software/anita/owens_pitzer/build/root/bin/thisroot.sh'
Attachment 5: getting_running_with_anita_stuff.pdf  10.307 MB  Uploaded Wed May 15 01:36:07 2019
Attachment 6: getting_running_with_anita_stuff.pptx  686 kB  Uploaded Wed May 15 01:36:25 2019
Attachment 7: test_plot.mk  4 kB  Uploaded Wed May 15 01:38:17 2019  | Show | Hide all | Show all
ELOG V3.1.5-fc6679b