cluster:124
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cluster:124 [2013/10/31 19:18] – hmeij | cluster:124 [2016/03/11 20:14] (current) – hmeij07 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| \\ | \\ | ||
| **[[cluster: | **[[cluster: | ||
| + | |||
| + | Queue '' | ||
| + | --- // | ||
| + | |||
| + | Adjust your PATH and LD_LIBRARY_PATH accordingly. | ||
| ==== BLCR ==== | ==== BLCR ==== | ||
| Line 154: | Line 159: | ||
| # submit via 'bsub < run.serial' | # submit via 'bsub < run.serial' | ||
| rm -f *err *out *shell | rm -f *err *out *shell | ||
| - | #BSUB -q mw256 | + | #BSUB -q test |
| #BSUB -n 1 | #BSUB -n 1 | ||
| #BSUB -J test | #BSUB -J test | ||
| Line 160: | Line 165: | ||
| #BSUB -e err | #BSUB -e err | ||
| - | export PATH=/ | + | export PATH=/ |
| - | export LD_LIBRARY_PATH=/ | + | export LD_LIBRARY_PATH=/ |
| - | # checkpoint | + | # checkpoint |
| MYSANSCRATCH=/ | MYSANSCRATCH=/ | ||
| MYLOCALSCRATCH=/ | MYLOCALSCRATCH=/ | ||
| Line 172: | Line 177: | ||
| cp -rp ~/ | cp -rp ~/ | ||
| - | # start the application | + | # on first start of application, remember the working directory |
| # save some stuff for checking later and restart | # save some stuff for checking later and restart | ||
| - | cr_run ./ | + | #cr_run ./ |
| - | process_id=`ps -u hmeij | grep t-20001030-01 | grep -v grep | awk ' | + | #sleep 60 |
| - | pwd > pwd.$process_id | + | #process_id=`ps -u hmeij | grep t-20001030-01 | grep -v grep | awk ' |
| - | cp -p pwd* *.shell *.out *.err context | + | #pwd > pwd.$process_id |
| + | #cp -p pwd* *.shell *.out *.err ~/blcr/ | ||
| # on restart, give cr_restart some time to set up | # on restart, give cr_restart some time to set up | ||
| # WARNING: it will overwrite the checkpoint file, save it | # WARNING: it will overwrite the checkpoint file, save it | ||
| # you need to find the process_id and supply it | # you need to find the process_id and supply it | ||
| - | #process_id=9089 | + | process_id=4711 |
| - | #cp -p ~/ | + | cp -p ~/ |
| - | #mv ~/ | + | mv ~/ |
| - | #ln -s $MYSANSCRATCH `cat ~/ | + | ln -s $MYSANSCRATCH `cat ~/ |
| - | #cr_restart ~/ | + | cr_restart ~/ |
| - | #sleep 60 | + | sleep 60 |
| + | # always uncommented | ||
| echo " | echo " | ||
| while [ $process_id -gt 0 ]; do | while [ $process_id -gt 0 ]; do | ||
| Line 195: | Line 202: | ||
| # save the checkpoint file outside of sanscratch | # save the checkpoint file outside of sanscratch | ||
| cr_checkpoint -f ~/ | cr_checkpoint -f ~/ | ||
| - | # if the application has crashed, exit | + | |
| + | | ||
| process_id=`ps -u hmeij | grep t-20001030-01 | grep -v grep | awk ' | process_id=`ps -u hmeij | grep t-20001030-01 | grep -v grep | awk ' | ||
| if [ " | if [ " | ||
cluster/124.1383247124.txt.gz · Last modified: by hmeij
