adopting to new installation and test
This commit is contained in:
parent
a5f8c5ba32
commit
32722a3d77
|
@ -88,7 +88,7 @@ checkout:
|
||||||
- git checkout $CI_COMMIT_SHA
|
- git checkout $CI_COMMIT_SHA
|
||||||
- git clone -q git@magit1.mpie.de:damask/PRIVATE.git
|
- git clone -q git@magit1.mpie.de:damask/PRIVATE.git
|
||||||
- source $DAMASKROOT/DAMASK_env.sh
|
- source $DAMASKROOT/DAMASK_env.sh
|
||||||
- make install
|
- make processing
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
@ -184,7 +184,7 @@ Compile_Intel:
|
||||||
stage: compileSpectralIntel
|
stage: compileSpectralIntel
|
||||||
script:
|
script:
|
||||||
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
||||||
- SpectralAll_compileIfort/test.py
|
- SpectralAll_compile/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
@ -194,7 +194,7 @@ Compile_GNU:
|
||||||
stage: compileSpectralGNU
|
stage: compileSpectralGNU
|
||||||
script:
|
script:
|
||||||
- module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU
|
- module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU
|
||||||
- SpectralAll_compileGfortran/test.py
|
- SpectralAll_compile/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
@ -204,7 +204,7 @@ Compile_Intel_Prepare:
|
||||||
stage: prepareSpectral
|
stage: prepareSpectral
|
||||||
script:
|
script:
|
||||||
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
||||||
- make -C $DAMASKROOT clean spectral install tidy
|
- make clean spectral processing
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
|
Loading…
Reference in New Issue