Repository to share code among the members of the SHM Working Group.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
694 B

3 years ago
3 years ago
  1. # SHMGroupRepo
  2. Repository to share code among the members of the SHM Working Group.
  3. ## IP Glasma
  4. - input file inputPbPb
  5. - makeSingleEvent.sh
  6. - checkAndCreateIPGlasmaEvents.sh
  7. ## MUSIC Hydro
  8. - singleEventHydro.sh
  9. - checkAndCreateHydroEvents.sh
  10. - makelist.sh to get a list of failed jobs
  11. - getCrashedJobs.sh to get a list of failed Hydro events from the failed job list
  12. - resubmitHydro.sh to resubmit the failed events
  13. ## To run ROOT on virgo-centos7:
  14. Add the following code into the script you call with sbatch:
  15. export ALIEN_SITE=GSI
  16. source /cvmfs/alice.cern.ch/etc/login.sh
  17. export ALIPHYSICS_VERSION=VO_ALICE@AliPhysics::vAN-20200206_ROOT6-1
  18. eval $(alienv printenv $ALIPHYSICS_VERSION)