Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
899d659d
Commit
899d659d
authored
Sep 30, 2013
by
Maude Le Jeune
Browse files
run on edison
parent
69275c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pipelet/launchers.py
pipelet/launchers.py
+5
-5
No files found.
pipelet/launchers.py
View file @
899d659d
...
...
@@ -277,8 +277,8 @@ def launch_nersc (pipe, n, ppn=1, port=50000, authkey='secret', job_name="job_",
##PBS -l mppwidth=%d
##PBS -l walltime=%s
#export CRAY_ROOTFS=DSL
#echo "export PIPELETD_HOST=$HOST
NAME
" > ~/host_info.sh
#pipeletd -n -l %d -p %d -a $HOST
NAME
<< 'EOF' &
#echo "export PIPELETD_HOST=$HOST" > ~/host_info.sh
#pipeletd -n -l %d -p %d -a $HOST << 'EOF' &
#%s
#EOF
#sleep 5
...
...
@@ -288,12 +288,12 @@ def launch_nersc (pipe, n, ppn=1, port=50000, authkey='secret', job_name="job_",
server_file
=
job_header
+
"""
#PBS -l walltime=%s
export CRAY_ROOTFS=DSL
echo "export PIPELETD_HOST=$HOST
NAME
" > ~/host_info.sh
pipeletd -n -l %d -p %d -a $HOST
NAME
<< 'EOF' &
echo "export PIPELETD_HOST=$HOST" > ~/host_info.sh
pipeletd -n -l %d -p %d -a $HOST << 'EOF' &
%s
EOF
sleep 5
mpi
run -n
p
%d python $PIPELETPATH/launchers.py -p %d -s %s -l %s -H $HOST
NAME
ap
run -n %d python $PIPELETPATH/launchers.py -p %d -s %s -l %s -H $HOST
"""
nnode
=
n
/
ppn
...
...
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