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  | Hide | Hide all | Show all
# .bashrc

source bashrc_anita.sh

# we also want to set two more environment variables that ANITA needs
# you should update ICEMC_SRC_DIR and ICEMC_BUILD_DIR to wherever you
# downloaded icemc too

export ICEMC_SRC_DIR=/path/to/icemc #change this line!
export ICEMC_BUILD_DIR=/path/to/icemc #change this line!
export DYLD_LIBRARY_PATH=${ICEMC_SRC_DIR}:${ICEMC_BUILD_DIR}:${DYLD_LIBRARY_PATH}
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  | Show | Hide all | Show all
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