Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pries, Jason
Oersted
Commits
1c7255fc
Commit
1c7255fc
authored
Jan 10, 2017
by
French, Robert
Browse files
Attempt to run tests on Eos compute node
parent
a9173365
Changes
3
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
1c7255fc
build/*
*.o* # PBS output files
# PBS output files
*.o*
# Vim swap files
*.swp
ci_targets/eos/deploy_tests.pbs
View file @
1c7255fc
#!/bin/bash
#!/bin/bash
-l
#PBS -A STF007
#PBS -l nodes=1
#PBS -l walltime=1800
#PBS -N oersted_tests_eos
#PBS -j oe
export
MEMBERWORK
=
/lustre/atlas/scratch/frenchrd
export
MODULESHOME
=
/sw/xc30/environment-modules/3.2.10.3/sles11.3_gnu4.9.0
source
$MODULESHOME
/init/bash
module unload PrgEnv-intel PrgEnv-gnu PrgEnv-pgi PrgEnv-cray
module load PrgEnv-gnu
module swap PrgEnv-intel PrgEnv-gnu
module swap gcc gcc/6.1.0
cd
$PBS_O_WORKDIR
...
...
ci_targets/eos/test.sh
View file @
1c7255fc
#!/bin/bash
module load python/3.5.1
module load /sw/xk6/modulefiles/blocking_qsub/0.2.0
blocking_qsub test
-eo
s.pbs
blocking_qsub
ci_targets/eos/deploy_
tests.pbs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment