Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Corryvreckan
  • CorryvreckanCorryvreckan
  • Merge requests
  • !248

Closed
Created Feb 05, 2020 by Jens Kroeger@jekroegeOwner
  • Report abuse
Report abuse

WIP: Improve setup lxplus

  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

This MR follows up with some feedback I got during the BTTB8 tutorial on Corryvreckan:

When installing corry on lxplus, one has to clone the repo and then do

source etc/setup_lxplus.sh

to get the correct dependencies. However, this will create a misleading output, namely:

-bash: cd: /afs/cern.ch/user/j/jekroege/software/corryvreckan/etc/../bin: No such file or directory

Of course, this is correct because the software has not yet been compiled but it confused the new users. Therefore, I propose to add an if/else to check if the exectuable exists and if yes, continue as before, if not add an output message about how to proceed.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: improve_setup_lxplus