User Tools

Site Tools


asc:tutorials:2014october_connect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
asc:tutorials:2014october_connect [2014/10/10 15:24]
asc [Lesson 6: Using HTCondor and Tier2]
asc:tutorials:2014october_connect [2014/10/10 15:28] (current)
asc [Lesson 6: Using HTCondor and Tier2]
Line 216: Line 216:
  
 <file bash startJob.sh> <file bash startJob.sh>
-#!/bin/zsh+#!/bin/bash
 export RUCIO_ACCOUNT=YOUR_CERN_USERNAME export RUCIO_ACCOUNT=YOUR_CERN_USERNAME
 export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
Line 271: Line 271:
  
 <code> <code>
-./startJob.sh+chmod 755 ./startJob.sh; ./startJob.sh;
 </code> </code>
  
asc/tutorials/2014october_connect.1412954676.txt.gz ยท Last modified: 2014/10/10 15:24 by asc