Difference between revisions of "Setup ifarm computing"

From Moller Wiki
Jump to: navigation, search
(How to Login and Setup Computing Environment)
(How to get an account on ifarm)
Line 4: Line 4:
  
 
If you are not visiting jlab:
 
If you are not visiting jlab:
* To get a JLab user account, each new user must fill out the Access Registration Form. This is not a computer account form, but rather records the "users" of the lab facilities. Be sure to fill out (and remember) the emergency contact information requested - the information will be used for identification later.  
+
* To get a JLab user account, each new user must fill out the Access Registration Form [https://misportal.jlab.org/jlabAccess/]. This is not a computer account form, but rather records the "users" of the lab facilities. Be sure to fill out (and remember) the emergency contact information requested - the information will be used for identification later.  
 
* Send an email to helpdesk@jlab.org and ask to create an account on ifarm. You will need to provide your name, your supervisor and instituition name, and also mention that you are part of the moller12gev group under halla.  
 
* Send an email to helpdesk@jlab.org and ask to create an account on ifarm. You will need to provide your name, your supervisor and instituition name, and also mention that you are part of the moller12gev group under halla.  
 
* Complete the GEN034U training at https://www.jlab.org/div_dept/train/webbasedtraining.html
 
* Complete the GEN034U training at https://www.jlab.org/div_dept/train/webbasedtraining.html

Revision as of 03:36, 28 May 2021

Back to Main Page >> Simulation Meetings >> Simulation Computing Workshop 5-2021 or Simulation Page

How to get an account on ifarm

If you are not visiting jlab:

  • To get a JLab user account, each new user must fill out the Access Registration Form [1]. This is not a computer account form, but rather records the "users" of the lab facilities. Be sure to fill out (and remember) the emergency contact information requested - the information will be used for identification later.
  • Send an email to helpdesk@jlab.org and ask to create an account on ifarm. You will need to provide your name, your supervisor and instituition name, and also mention that you are part of the moller12gev group under halla.
  • Complete the GEN034U training at https://www.jlab.org/div_dept/train/webbasedtraining.html

How to Login

Windows Machine

Linux Machine

  • Use ssh command to first log in to JLab login server (replace jlab_username with your JLab user name).
ssh -Y jlab_username@login.jlab.org
Type jlab password when prompted.

How to Setup Computing Environment

  • Next from the login server terminal, ssh into JLab computing interactive terminal.
ssh -Y ifarm 
Type jlab password when prompted.
  • Now we set the computing environment for simulation by executing the following commands on the terminal.
setenv GEANT4_VERSION 4.10.06.p02MT
source /site/12gev_phys/softenv.csh 2.4

Setup MOLLER simulation code: Remoll

  1. Following commands are only done once
    1. git clone https://github.com/JeffersonLab/remoll remoll
    2. cd remoll/
    3. git checkout develop
    4. mkdir build
    5. cd build
    6. cmake ../
    7. make
    8. cd ..
  2. To view the current GDML geometry:
    1. run MOLLER simulation code by: ./build/remoll
    2. click menu 1.Geometry and select MOLLER Experiment
    3. click menu 3. Initialize and select Initialize
    4. click menu 4. Viewer and select Qt Viewer (Stored) (second item)
    5. Now MOLLER geometry should be accessible