Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyhst2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
myron
pyhst2
Commits
871452e9
Commit
871452e9
authored
Nov 13, 2018
by
Alessandro Mirone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
==== 2018_b,1 ============
parent
e5f88b80
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
PyHST/Parameters_module.py
PyHST/Parameters_module.py
+1
-1
TEST_PYHST/compara.py
TEST_PYHST/compara.py
+4
-2
TEST_PYHST/nonregression.py
TEST_PYHST/nonregression.py
+2
-2
setup.py
setup.py
+2
-2
No files found.
PyHST/Parameters_module.py
View file @
871452e9
...
...
@@ -2503,7 +2503,7 @@ def Postprocess(Cspace):
Parameters
.
XMLOUTPUT
=
StringInfoXML
(
Parameters
)
if
myrank
==
0
:
if
Parameters
.
STEAM_INVERTER
==
0
if
Parameters
.
STEAM_INVERTER
==
0
:
print
" scrivo infos "
f
=
open
(
"%s.info"
%
Parameters
.
OUTPUT_FILE_ORIG
,
"w"
)
f
.
write
(
Parameters
.
INFOOUTPUT
)
...
...
TEST_PYHST/compara.py
View file @
871452e9
...
...
@@ -7,8 +7,10 @@ import numpy as np
from
PyQt4
import
Qt
,
QtCore
from
PyQt4.QtCore
import
SIGNAL
,
SLOT
newversionprefix
=
"/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb_corrected/1gpu/tests/MULTIPAGANIN"
referenceprefix
=
"/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb_corrected/2gpu/tests/MULTIPAGANIN"
referenceprefix
=
"/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb_corrected/2gpu/tests/"
newversionprefix
=
"/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb_corrected/1gpu_fix/tests/"
# referenceprefix="/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb/2gpu_bis/tests/"
...
...
TEST_PYHST/nonregression.py
View file @
871452e9
...
...
@@ -41,9 +41,9 @@ mailserver = None
# mailserver="tuodomain.country"
# LAUNCHING_INSTRUCTION = "echo 'localhost\n' > machinefile ; time PyHST2_2017c input.par gpu2-1304,0"
LAUNCHING_INSTRUCTION
=
"time PyHST2_2018b
b input.par |
tee output"
LAUNCHING_INSTRUCTION
=
"time PyHST2_2018b
input.par scisoft12,0 |
tee output"
outputprefix
=
"/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb_corrected/1gpu/tests"
outputprefix
=
"/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2018bb_corrected/1gpu
_fix
/tests"
# outputprefix="/data/scisofttmp/mirone/TEST_PYHST/RESULTS/2017c/2gpu_bis/tests"
# outputprefix="/data/scisofttmp/paleo/TEST_PYHST/DATASETS_RED/OUTPUTS"
...
...
setup.py
View file @
871452e9
...
...
@@ -75,9 +75,9 @@ ONLYCUDA=0
DO_LINK
=
0
### CHANGE HERE
DOCUDA
=
0
DOCUDA
=
1
ONLYCUDA
=
0
DO_LINK
=
2
DO_LINK
=
0
global
version
global
aumento_versione
...
...
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