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
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
dcc5cd5e
Commit
dcc5cd5e
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
linux32
parent
a7fb505c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Geo/MElement.cpp
+1
-1
1 addition, 1 deletion
Geo/MElement.cpp
utils/misc/package_onelab.sh
+28
-0
28 additions, 0 deletions
utils/misc/package_onelab.sh
with
29 additions
and
1 deletion
Geo/MElement.cpp
+
1
−
1
View file @
dcc5cd5e
...
@@ -1470,7 +1470,7 @@ void MElement::writeSU2(FILE *fp, int num)
...
@@ -1470,7 +1470,7 @@ void MElement::writeSU2(FILE *fp, int num)
else
fprintf
(
fp
,
"
\n
"
);
else
fprintf
(
fp
,
"
\n
"
);
}
}
int
MElement
::
getInfoMSH
(
const
int
typeMSH
,
const
char
**
const
name
)
unsigned
int
MElement
::
getInfoMSH
(
const
int
typeMSH
,
const
char
**
const
name
)
{
{
switch
(
typeMSH
){
switch
(
typeMSH
){
case
MSH_PNT
:
if
(
name
)
*
name
=
"Point"
;
return
1
;
case
MSH_PNT
:
if
(
name
)
*
name
=
"Point"
;
return
1
;
...
...
This diff is collapsed.
Click to expand it.
utils/misc/package_onelab.sh
+
28
−
0
View file @
dcc5cd5e
...
@@ -145,6 +145,34 @@ if [ $# -lt 1 ] || [ $1 == "linux64" ]; then
...
@@ -145,6 +145,34 @@ if [ $# -lt 1 ] || [ $1 == "linux64" ]; then
rm
-rf
onelab-Linux64
rm
-rf
onelab-Linux64
fi
fi
if
[
$#
-lt
1
]
||
[
$1
==
"linux32"
]
;
then
rm
-rf
onelab-Linux32
*
mkdir
onelab-Linux32
curl
-O
http://gmsh.info/bin/Linux/gmsh-
${
GMSH
}
-Linux32
.tgz
curl
-O
http://getdp.info/bin/Linux/getdp-
${
GETDP
}
-Linux32c
.tgz
mv
gmsh-
${
GMSH
}
-Linux32
.tgz /tmp
mv
getdp-
${
GETDP
}
-Linux32c
.tgz /tmp
tar
zxvf /tmp/gmsh-
${
GMSH
}
-Linux32
.tgz
-C
/tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-Linux32c
.tgz
-C
/tmp
cp
/tmp/README.txt onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux32
/bin/gmsh onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux32
/bin/onelab.py onelab-Linux32
mv
/tmp/getdp-
*${
GETDP
}
-Linux32
/bin/getdp onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux32
/share/doc/gmsh/LICENSE.txt onelab-Linux32/LICENSE.txt
echo
"
\n\n
"
>>
onelab-Linux32/LICENSE.txt
cat
/tmp/getdp-
*${
GETDP
}
-Linux32
/share/doc/getdp/LICENSE.txt
>>
onelab-Linux32/LICENSE.txt
mv
/tmp/gmsh-
*${
GMSH
}
-Linux32
/share/doc/gmsh/CREDITS.txt onelab-Linux32/CREDITS.txt
echo
"
\n\n
"
>>
onelab-Linux32/CREDITS.txt
cat
/tmp/getdp-
*${
GETDP
}
-Linux32
/share/doc/getdp/CREDITS.txt
>>
onelab-Linux32/CREDITS.txt
mv
/tmp/getdp-
*${
GETDP
}
-Linux32
/share/doc/getdp/templates onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux32
/share/doc/gmsh/tutorial onelab-Linux32
cp
-R
/tmp/models onelab-Linux32
rm
-rf
/tmp/gmsh-
*
rm
-rf
/tmp/getdp-
*
zip
-r
onelab-Linux32.zip onelab-Linux32
rm
-rf
onelab-Linux32
fi
if
[
$#
-lt
1
]
||
[
$1
==
"mac"
]
;
then
if
[
$#
-lt
1
]
||
[
$1
==
"mac"
]
;
then
rm
-rf
onelab-MacOSX
*
rm
-rf
onelab-MacOSX
*
mkdir
onelab-MacOSX
mkdir
onelab-MacOSX
...
...
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