Skip to content

Commit

Permalink
Create maaimn
Browse files Browse the repository at this point in the history
  • Loading branch information
JMARRUJO91 authored May 27, 2024
1 parent d95ed8e commit 941d9e7
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions maaimn
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
pipeline {
agent {
node {
label 'master'
}

}
stages {
stage('Compile') {
parallel {
stage('FD18') {
steps {
build 'test1'
echo 'Je suis la'
}
}
stage('FD24') {
steps {
echo 'Je suis Fedora 24'
}
}
stage('FD26') {
steps {
echo 'Je suis Fedora 26'
}
}
}
}
stage('Tests') {
steps {
echo 'Je suis tests'
}
}
stage('deploy') {
steps {
echo 'Je suis deploy'
}
}
}
}Outil de DUMP d'un fichier MED V 2.1

1. Utilisation : mdump.out <foo>

2. Affichage du contenu d'un fichier MED :

Pour un maillage donne :
- noeuds
- elements
- familles
- equivalences
- resultats

0 comments on commit 941d9e7

Please sign in to comment.