source DAMASK_env.sh was missing

This commit is contained in:
Martin Diehl 2017-04-19 10:50:07 +02:00
parent cbaec8bcb9
commit b2897210f9
1 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,6 @@ stages:
###################################################################################################
before_script:
- source $DAMASKROOT/DAMASK_env.sh
- module purge
- cd $DAMASKROOT/PRIVATE/testing
###################################################################################################
@ -203,10 +202,10 @@ Compile_GNU:
Compile_Intel_Prepare:
stage: prepareSpectral
before_script:
- module purge
- cd $DAMASKROOT
script:
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
script:
- cd $DAMASKROOT
- source DAMASK_env.sh
- make clean spectral processing
except:
- master