using new test
This commit is contained in:
parent
d55a7da592
commit
bb122b15d5
|
@ -219,8 +219,8 @@ Compile_Spectral_Intel:
|
||||||
stage: compilePETSc
|
stage: compilePETSc
|
||||||
script:
|
script:
|
||||||
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
||||||
- cp -r SpectralAll_compile SpectralAll_compile_Intel
|
- cp -r grid_mech_compile grid_mech_compile_Intel
|
||||||
- SpectralAll_compile_Intel/test.py
|
- grid_mech_compile_Intel/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
@ -239,8 +239,8 @@ Compile_Spectral_GNU:
|
||||||
stage: compilePETSc
|
stage: compilePETSc
|
||||||
script:
|
script:
|
||||||
- module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU
|
- module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU
|
||||||
- cp -r SpectralAll_compile SpectralAll_compile_GNU
|
- cp -r grid_mech_compile grid_mech_compile_GNU
|
||||||
- SpectralAll_compile_GNU/test.py
|
- grid_mech_compile_GNU/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit d81a446bdfaa2bc3c939e802c50a5fd8f2fb38e3
|
Subproject commit 55f097740dcd6f4238c990a447b86d281b278d73
|
Loading…
Reference in New Issue