Commit d6602aaa6544212393a73b200476dd0956c1455f
1 parent
3933a191
Exists in
master
modified
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
... | ... | @@ -6,7 +6,7 @@ PRO make_phangs_grids,bidon |
6 | 6 | ;=== To be run on titan using something like this: |
7 | 7 | ;srun -pn51 -J Pg06 -o {$phangs_srundir}/make_phangs_grids07.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & |
8 | 8 | ;=== To be run on alma1 using something like this: |
9 | -;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids_26_23.log & | |
9 | +;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids_22_19.log & | |
10 | 10 | ;ssh jbernard@localhost -p2223 "nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log &" |
11 | 11 | ;=== check progress using: |
12 | 12 | ;tail -20 {$phangs_srundir}/make_phangs_grids19.log |
... | ... | @@ -28,14 +28,14 @@ bidon=1 |
28 | 28 | ;make_sed_phangs_tables,grid_type=2,isrf_class=29 ;no template |
29 | 29 | ;make_sed_phangs_tables,grid_type=2,isrf_class=28 ;no template |
30 | 30 | ;make_sed_phangs_tables,grid_type=2,isrf_class=27 ;no template |
31 | -make_sed_phangs_tables,grid_type=2,isrf_class=26 ;alma1 | |
32 | -make_sed_phangs_tables,grid_type=2,isrf_class=25 ;alma1 | |
33 | -make_sed_phangs_tables,grid_type=2,isrf_class=24 ;alma1 | |
34 | -make_sed_phangs_tables,grid_type=2,isrf_class=23 ;alma1 | |
35 | -;make_sed_phangs_tables,grid_type=2,isrf_class=22 ;alma1 | |
36 | -;make_sed_phangs_tables,grid_type=2,isrf_class=21 ;alma1 | |
37 | -;make_sed_phangs_tables,grid_type=2,isrf_class=20 ;alma1 | |
38 | -;make_sed_phangs_tables,grid_type=2,isrf_class=19 ;alma1 | |
31 | +;make_sed_phangs_tables,grid_type=2,isrf_class=26 ;alma1 | |
32 | +;make_sed_phangs_tables,grid_type=2,isrf_class=25 ;alma1 | |
33 | +;make_sed_phangs_tables,grid_type=2,isrf_class=24 ;alma1 | |
34 | +;make_sed_phangs_tables,grid_type=2,isrf_class=23 ;alma1 | |
35 | +make_sed_phangs_tables,grid_type=2,isrf_class=22 ;alma1 | |
36 | +make_sed_phangs_tables,grid_type=2,isrf_class=21 ;alma1 | |
37 | +make_sed_phangs_tables,grid_type=2,isrf_class=20 ;alma1 | |
38 | +make_sed_phangs_tables,grid_type=2,isrf_class=19 ;alma1 | |
39 | 39 | ;make_sed_phangs_tables,grid_type=2,isrf_class=18 |
40 | 40 | ;make_sed_phangs_tables,grid_type=2,isrf_class=17 |
41 | 41 | ;make_sed_phangs_tables,grid_type=2,isrf_class=16 | ... | ... |