diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 792fb915b..ca7894e0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -219,8 +219,8 @@ Compile_Spectral_Intel: stage: compilePETSc script: - module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel - - cp -r SpectralAll_compile SpectralAll_compile_Intel - - SpectralAll_compile_Intel/test.py + - cp -r grid_mech_compile grid_mech_compile_Intel + - grid_mech_compile_Intel/test.py except: - master - release @@ -239,8 +239,8 @@ Compile_Spectral_GNU: stage: compilePETSc script: - module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU - - cp -r SpectralAll_compile SpectralAll_compile_GNU - - SpectralAll_compile_GNU/test.py + - cp -r grid_mech_compile grid_mech_compile_GNU + - grid_mech_compile_GNU/test.py except: - master - release diff --git a/PRIVATE b/PRIVATE index d81a446bd..55f097740 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit d81a446bdfaa2bc3c939e802c50a5fd8f2fb38e3 +Subproject commit 55f097740dcd6f4238c990a447b86d281b278d73