Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-lab-base
Commits
df450dd9
Commit
df450dd9
authored
Jul 27, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
normalization commands
parent
59adec0d
Pipeline
#33959
failed with stages
in 56 minutes and 41 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base-dockerfiles/nomadlabbase/VERSION
View file @
df450dd9
1.0.0
\ No newline at end of file
1.0.1
\ No newline at end of file
build.sbt
View file @
df450dd9
...
...
@@ -1348,7 +1348,7 @@ lazy val tool = (project in file("tool")).
from
(
"nomadlab/nomadlabbase"
)
add
(
baseDirectory
.
value
/
"src/main/docker"
,
"/app"
)
add
(
artifact
,
artifactTargetPath
)
entryPoint
(
"java"
,
"-jar"
,
artifactTargetPath
)
entryPoint
(
"java"
,
"-Djava.library.path=/lib"
,
"-jar"
,
artifactTargetPath
)
}
},
javaOptions
+=
(
"-Djava.library.path="
+
(
baseDirectory
.
value
/
"../hdf5/hdf5-support/lib"
).
getCanonicalFile
().
toString
())
...
...
tool/src/main/docker/normalizerWorker.sh
View file @
df450dd9
#!/bin/bash
cmd
=
"java -jar /app/tool.jar"
cmd
=
"java
-Djava.library.path=/lib
-jar /app/tool.jar"
baseName
=
toNormalize-
globPattern
=
"??"
normalizers
=
SectionSystemNormalizer,MetaIndexRebuildNormalizer,SymmetryNormalizer,MetaIndexRebuildNormalizer,CalculationInfoNormalizer,FhiDosNormalizer,FhiAimsBasisNormalizer,SpringerNormalizer,SystemTypeNormalizer,PrototypesNormalizer,MetaIndexRebuildNormalizer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment