Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90946654
launch_LSF_jobs.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 07:30
Size
214 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 8, 07:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22165493
Attached To
R2915 eSCT pipeline interoperability
launch_LSF_jobs.sh
View Options
#!/bin/bash
# remove previous output files
rm *.out
# launch all the scripts
for SUBM_SCRIPT in "LSF_submission_scripts/*.sh"
do
bsub < ${SUBM_SCRIPT};
done
# wait a bit
sleep 2
# show all the jobs
bjobs -w
Event Timeline
Log In to Comment