Difference between revisions of "Setup ifarm computing"
From Moller Wiki
(→How to Login and Setup Computing Environment) |
(→How to Login and Setup Computing Environment) |
||
Line 13: | Line 13: | ||
* Download a ssh client. Ex: https://mobaxterm.mobatek.net/download-home-edition.html | * Download a ssh client. Ex: https://mobaxterm.mobatek.net/download-home-edition.html | ||
* Download https://sourceforge.net/projects/xming/ | * Download https://sourceforge.net/projects/xming/ | ||
− | * Setup an ssh session to login | + | * Setup an ssh session to login on ifarm with the mobaxterm client. Will be demonstrated during hands-on session. |
Linux Machine | Linux Machine | ||
Line 23: | Line 23: | ||
# Now we set the computing environment for simulation | # Now we set the computing environment for simulation | ||
## Set following environment variables | ## Set following environment variables | ||
− | ### '''setenv | + | ### '''setenv GEANT4_VERSION 4.10.06.p02MT''' |
− | + | ||
# Then execute the following command: | # Then execute the following command: | ||
## '''source /site/12gev_phys/softenv.csh 2.4''' | ## '''source /site/12gev_phys/softenv.csh 2.4''' |
Revision as of 02:18, 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. 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 and Setup Computing Environment
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. Will be demonstrated during hands-on session.
Linux Machine
To follow the instructions below you need to have a JLab user account activated and your user account must be associated with Hall A user group. If you have trouble login into the computing cluster please talk to your JLab supervisor.
- Use ssh command to first log in to JLab login server (replace jlab_username with your JLab user name): ssh -X jlab_username@login.jlab.org type jlab password
- Next from the login server terminal ssh into JLab computing interactive terminal, ifarm: ssh -X jlab_username@ifarm.jlab.org type jlab password
- Now we set the computing environment for simulation
- Set following environment variables
- setenv GEANT4_VERSION 4.10.06.p02MT
- Set following environment variables
- Then execute the following command:
- source /site/12gev_phys/softenv.csh 2.4
Setup MOLLER simulation code: Remoll
- Following commands are only done once
- git clone https://github.com/JeffersonLab/remoll remoll
- cd remoll/
- git checkout develop
- mkdir build
- cd build
- cmake ../
- make
- cd ..
- To view the current 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