-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #387 from JeffersonLab/nbrei_gluex_fixes
Another round of fixes for GlueX
- Loading branch information
Showing
9 changed files
with
187 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
#!/bin/bash | ||
|
||
echo "mounting cvmfs" | ||
echo "Mounting CVMFS" | ||
yum -y install fuse | ||
chmod 666 /dev/fuse | ||
mkdir -p /cvmfs/oasis.opensciencegrid.org | ||
mount -t cvmfs oasis.opensciencegrid.org /cvmfs/oasis.opensciencegrid.org | ||
|
||
cd /workspace/halld_recon | ||
ln -s /cvmfs/oasis.opensciencegrid.org/gluex/group /group | ||
export BUILD_SCRIPTS=/group/halld/Software/build_scripts | ||
source $BUILD_SCRIPTS/gluex_env_boot_jlab.sh --bs $BUILD_SCRIPTS | ||
|
||
export BMS_OSNAME_OVERRIDE="Linux_Alma9-x86_64-gcc11.4.1-cntr" | ||
# The BMS_OSNAME override is needed because Alma9 retroactively switched its system gcc | ||
# from 11.4.1 to 11.5. We cannot create a new Alma9 container that uses gcc11.4.1, but | ||
# the CVMFS artifact repository hasn't been updated to reflect that. | ||
|
||
source /group/halld/Software/build_scripts/gluex_env_boot_jlab.sh | ||
gxenv /workspace/JANA2/.github/halld_recon_build_prereqs_version.xml | ||
|
||
echo "rootsys" | ||
echo $ROOTSYS | ||
chmod +x $JANA_HOME/bin/* | ||
cd src | ||
scons install -j12 | ||
echo "ROOTSYS=$ROOTSYS" | ||
cd /workspace/halld_recon/src | ||
scons install -j12 DEBUG=1 OPTIMIZATION=0 SHOWBUILD=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.