Difference between revisions of "Setup ifarm computing"
From Moller Wiki
(→How to View the Current Remoll GDML geometry:) |
(→How to Setup Computing Environment) |
||
Line 27: | Line 27: | ||
Type jlab password when prompted. | Type jlab password when prompted. | ||
* Now we set the computing environment for simulation by executing the following commands on the terminal. | * Now we set the computing environment for simulation by executing the following commands on the terminal. | ||
− | + | '''source /site/12gev_phys/softenv.csh 2.4''' | |
− | + | '''source /site/12gev_phys/2.4/Linux_CentOS7.7.1908-gcc9.2.0/geant4/4.10.06.p02MT/bin/geant4.csh''' | |
= How to Setup MOLLER Simulation Code: Remoll= | = How to Setup MOLLER Simulation Code: Remoll= |
Revision as of 14:17, 28 May 2021
Back to Main Page >> Simulation Meetings >> Simulation Computing Workshop 5-2021 or Simulation Page
Contents
[hide]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
- Download a ssh client. Ex: https://mobaxterm.mobatek.net/download-home-edition.html
- Download https://sourceforge.net/projects/xming/
- Setup an ssh session to login on ifarm with the mobaxterm client [2]
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.
source /site/12gev_phys/softenv.csh 2.4 source /site/12gev_phys/2.4/Linux_CentOS7.7.1908-gcc9.2.0/geant4/4.10.06.p02MT/bin/geant4.csh
How to Setup MOLLER Simulation Code: Remoll
Execute the following commands in terminal only once for initial setup:
- git clone https://github.com/JeffersonLab/remoll
- cd remoll/
- git checkout develop
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ../
- make
- cd ..
How to View the Current Remoll GDML geometry:
- run MOLLER simulation code by: ./build/remoll
- click menu 1.Geometry and select MOLLER Experiment
- click menu 3. Initialize and select Initialize
- click menu 4. Viewer and select Qt Viewer (Stored) (second item)
- Now MOLLER geometry should be accessible
or follow this tutorial[3]