Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gmsh
gmsh
Commits
49e30ea9
Commit
49e30ea9
authored
Mar 21, 2021
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
65d92dbf
No related branches found
No related tags found
No related merge requests found
Pipeline
#8014
passed
Mar 21, 2021
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-26
0 additions, 26 deletions
.gitlab-ci.yml
demos/api/onelab_run.py
+1
-1
1 addition, 1 deletion
demos/api/onelab_run.py
with
1 addition
and
27 deletions
.gitlab-ci.yml
+
0
−
26
View file @
49e30ea9
...
...
@@ -116,8 +116,6 @@ linux64_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/bin/Linux && rm -f gmsh-stable-Linux64.tgz && ln -s gmsh-${VERSION}-Linux64.tgz gmsh-stable-Linux64.tgz"
only
:
-
/^gmsh_.*$/
except
:
-
branches
linux64-sdk_official_snapshot
:
image
:
onelab/debian.wheezy.64bit
...
...
@@ -138,8 +136,6 @@ linux64-sdk_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/bin/Linux && rm -f gmsh-stable-Linux64-sdk.tgz && ln -s gmsh-${VERSION}-Linux64-sdk.tgz gmsh-stable-Linux64-sdk.tgz"
only
:
-
/^gmsh_.*$/
except
:
-
branches
linux64-nox-sdk_official_snapshot
:
image
:
onelab/debian.wheezy.64bit
...
...
@@ -168,8 +164,6 @@ linux32_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/bin/Linux && rm -f gmsh-stable-Linux32.tgz && ln -s gmsh-${VERSION}-Linux32.tgz gmsh-stable-Linux32.tgz"
only
:
-
/^gmsh_.*$/
except
:
-
branches
linux32-sdk_official_snapshot
:
image
:
onelab/debian.wheezy.32bit
...
...
@@ -190,8 +184,6 @@ linux32-sdk_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/bin/Linux && rm -f gmsh-stable-Linux32-sdk.tgz && ln -s gmsh-${VERSION}-Linux32-sdk.tgz gmsh-stable-Linux32-sdk.tgz"
only
:
-
/^gmsh_.*$/
except
:
-
branches
# --------------------------------------------
# Official Windows builds (master branch only)
...
...
@@ -228,8 +220,6 @@ windows64_official_release:
-
official
only
:
-
/^gmsh_.*$/
except
:
-
branches
windows64-sdk_official_snapshot
:
variables
:
...
...
@@ -253,8 +243,6 @@ windows64-sdk_official_release:
-
official
only
:
-
/^gmsh_.*$/
except
:
-
branches
windows32_official_snapshot
:
<<
:
*windows_official
...
...
@@ -276,8 +264,6 @@ windows32_official_release:
-
official
only
:
-
/^gmsh_.*$/
except
:
-
branches
windows32-sdk_official_snapshot
:
variables
:
...
...
@@ -301,8 +287,6 @@ windows32-sdk_official_release:
-
official
only
:
-
/^gmsh_.*$/
except
:
-
branches
# ------------------------------------------
# Official MacOS builds (master branch only)
...
...
@@ -341,8 +325,6 @@ macos64_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/bin/MacOSX && rm -f gmsh-stable-MacOSX.dmg && ln -s gmsh-${VERSION}-MacOSX.dmg gmsh-stable-MacOSX.dmg"
only
:
-
/^gmsh_.*$/
except
:
-
branches
macos64-sdk_official_snapshot
:
variables
:
...
...
@@ -361,8 +343,6 @@ macos64-sdk_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/bin/MacOSX && rm -f gmsh-stable-MacOSX-sdk.tgz && ln -s gmsh-${VERSION}-MacOSX-sdk.tgz gmsh-stable-MacOSX-sdk.tgz"
only
:
-
/^gmsh_.*$/
except
:
-
branches
# ----------------------------------------------
# Official source snapshots (master branch only)
...
...
@@ -399,8 +379,6 @@ source_official_release:
-
ssh geuzaine@gmsh.info "cd .wwwgmsh/src && rm -f gmsh-stable-source.tgz && ln -s gmsh-${VERSION}-source.tgz gmsh-stable-source.tgz"
only
:
-
/^gmsh_.*$/
except
:
-
branches
# ----------------------------------------------
# Official documentation (master branch only)
...
...
@@ -444,8 +422,6 @@ doc_official_release:
-
docker
only
:
-
/^gmsh_.*$/
except
:
-
branches
# ----------------------------------------------
# Cookbook
...
...
@@ -494,5 +470,3 @@ pypi_official_release:
-
docker
only
:
-
/^gmsh_.*$/
except
:
-
branches
This diff is collapsed.
Click to expand it.
demos/api/onelab_run.py
+
1
−
1
View file @
49e30ea9
...
...
@@ -15,7 +15,7 @@ import sys
gmsh
.
initialize
()
# set a parameter in the onelab database
gmsh
.
onelab
.
setNumber
(
'
Parameters/Materials/hc
'
,
920000.
/
2.
)
gmsh
.
onelab
.
setNumber
(
'
Parameters/Materials/hc
'
,
[
920000.
/
2.
]
)
# run the getdp client (which will connect through a socket), by forcing the
# value of murCore
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment