Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
4ee1ef00
Commit
4ee1ef00
authored
5 years ago
by
Mikhail Karnevskiy
Browse files
Options
Downloads
Patches
Plain Diff
refactor activate script
parent
faabaf37
No related branches found
No related tags found
1 merge request
!226
Feat: update installation
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bin/activate.sh
+2
-1
2 additions, 1 deletion
bin/activate.sh
bin/slurm_calibrate.sh
+3
-11
3 additions, 11 deletions
bin/slurm_calibrate.sh
xfel_calibrate/calibrate.py
+2
-2
2 additions, 2 deletions
xfel_calibrate/calibrate.py
xfel_calibrate/settings.py
+2
-2
2 additions, 2 deletions
xfel_calibrate/settings.py
with
9 additions
and
16 deletions
activate
→
bin/
activate
.sh
+
2
−
1
View file @
4ee1ef00
source
/etc/profile.d/modules.sh
source
/etc/profile.d/modules.sh
module load anaconda/3
module load anaconda/3
module load texlive
module load texlive
export PATH=/home/${USER}/.local/bin:$PATH
# export path to python environment
export
PATH
=
$HOME
/.local/bin:
$PATH
This diff is collapsed.
Click to expand it.
bin/slurm_calibrate.sh
+
3
−
11
View file @
4ee1ef00
...
@@ -6,7 +6,7 @@ python_path=$2
...
@@ -6,7 +6,7 @@ python_path=$2
ipython_path
=
$3
ipython_path
=
$3
jupyter_path
=
$4
jupyter_path
=
$4
ipcluster_path
=
"
${
5
}
"
ipcluster_path
=
"
${
5
}
"
krb_
activate_path
=
$6
activate_path
=
$6
uuid
=
$7
uuid
=
$7
notebook
=
$8
notebook
=
$8
detector
=
$9
detector
=
$9
...
@@ -21,7 +21,7 @@ echo "Python path: $python_path"
...
@@ -21,7 +21,7 @@ echo "Python path: $python_path"
echo
"IPython path:
$ipython_path
"
echo
"IPython path:
$ipython_path
"
echo
"Jupyter path:
$jupyter_path
"
echo
"Jupyter path:
$jupyter_path
"
echo
"IP-Cluster path:
$ipcluster_path
"
echo
"IP-Cluster path:
$ipcluster_path
"
echo
"
Karabo
activate:
$
krb_
activate_path
"
echo
"
Environment
activate:
$activate_path
"
echo
"IP-Cluster profile:
$uuid
"
echo
"IP-Cluster profile:
$uuid
"
echo
"notebook:
$notebook
"
echo
"notebook:
$notebook
"
echo
"detector:
$detector
"
echo
"detector:
$detector
"
...
@@ -34,15 +34,7 @@ echo "job ID: $SLURM_JOB_ID"
...
@@ -34,15 +34,7 @@ echo "job ID: $SLURM_JOB_ID"
export
CAL_NOTEBOOK_NAME
=
$notebook
export
CAL_NOTEBOOK_NAME
=
$notebook
# set-up enviroment
# set-up enviroment
if
[
"
${
krb_activate_path
}
"
!=
"NO_KRB_ACTIVATE"
]
source
${
activate_path
}
then
source
${
krb_activate_path
}
else
source
/etc/profile.d/modules.sh
module load anaconda/3
module load texlive
export
PATH
=
/home/
${
USER
}
/.local/bin:
$PATH
fi
echo
"Starting influx feeder"
echo
"Starting influx feeder"
./cal_influx_feeder.sh
$notebook
$detector
$caltype
>
/dev/null 2>&1 &
./cal_influx_feeder.sh
$notebook
$detector
$caltype
>
/dev/null 2>&1 &
...
...
This diff is collapsed.
Click to expand it.
xfel_calibrate/calibrate.py
+
2
−
2
View file @
4ee1ef00
...
@@ -641,8 +641,8 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
...
@@ -641,8 +641,8 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
ipython_path
,
# path to ipython
ipython_path
,
# path to ipython
jupyter_path
,
# path to jupyter
jupyter_path
,
# path to jupyter
ipcluster_path
,
# path to ipcluster
ipcluster_path
,
# path to ipcluster
#
karabo
activate path
#
python
activate path
karabo_
activate_path
if
karabo_
activate_path
else
"
NO_KRB_ACTIVATE
"
,
activate_path
if
activate_path
!=
""
else
"
{}/bin/activate.sh
"
.
format
(
os
.
path
.
dirname
(
__file__
))
,
args
.
get
(
"
cluster_profile
"
,
"
NO_CLUSTER
"
),
args
.
get
(
"
cluster_profile
"
,
"
NO_CLUSTER
"
),
'"
{}
"'
.
format
(
base_name
.
upper
()),
'"
{}
"'
.
format
(
base_name
.
upper
()),
'"
{}
"'
.
format
(
args
[
"
detector
"
].
upper
()),
'"
{}
"'
.
format
(
args
[
"
detector
"
].
upper
()),
...
...
This diff is collapsed.
Click to expand it.
xfel_calibrate/settings.py
+
2
−
2
View file @
4ee1ef00
...
@@ -12,8 +12,8 @@ ipython_path = "ipython"
...
@@ -12,8 +12,8 @@ ipython_path = "ipython"
# Path to use for calling Jupyter. If the environment is correctly set, simply the command
# Path to use for calling Jupyter. If the environment is correctly set, simply the command
jupyter_path
=
"
jupyter
"
jupyter_path
=
"
jupyter
"
# Path to find
the Karabo
activate script
at, set to an empty string if not running in a Karabo environemnt
# Path to find activate script
karabo_
activate_path
=
""
activate_path
=
""
# Path to use for calling ipcluster. If the environment is correctly set, simply the command
# Path to use for calling ipcluster. If the environment is correctly set, simply the command
ipcluster_path
=
"
ipcluster
"
ipcluster_path
=
"
ipcluster
"
...
...
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