Commit c41577942e11586e2ceb08939f8ecdd633165333
1 parent
ac583fa5
Exists in
master
improved
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
@@ -4,7 +4,7 @@ PRO make_phangs_grids,bidon | @@ -4,7 +4,7 @@ PRO make_phangs_grids,bidon | ||
4 | ;CAUTION: must launch nohup through ssh with no XY option ... | 4 | ;CAUTION: must launch nohup through ssh with no XY option ... |
5 | ;====== srundir | 5 | ;====== srundir |
6 | ;=== To be run on titan using something like this: | 6 | ;=== To be run on titan using something like this: |
7 | -;srun -pn51 -J Pg25 -o {$phangs_srundir}/make_phangs_grids.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & | 7 | +;srun -pn51 -J Pg26 -o {$phangs_srundir}/make_phangs_grids26.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & |
8 | ;=== To be run on alma1 using something like this: | 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.log & | 9 | ;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log & |
10 | ;ssh jbernard@localhost -p2223 "nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log &" | 10 | ;ssh jbernard@localhost -p2223 "nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log &" |
@@ -21,7 +21,8 @@ bidon=1 | @@ -21,7 +21,8 @@ bidon=1 | ||
21 | 21 | ||
22 | ;make grid | 22 | ;make grid |
23 | ;make_sed_phangs_tables,/test,grid_type=2,/show_seds,isrf_class=15 | 23 | ;make_sed_phangs_tables,/test,grid_type=2,/show_seds,isrf_class=15 |
24 | -make_sed_phangs_tables,grid_type=2,isrf_class=25 ;titan Pg25 | 24 | +make_sed_phangs_tables,grid_type=2,isrf_class=26 ;titan Pg26 |
25 | +;make_sed_phangs_tables,grid_type=2,isrf_class=25 ;titan Pg25 | ||
25 | ;make_sed_phangs_tables,grid_type=2,isrf_class=24 ;titan Pgrid | 26 | ;make_sed_phangs_tables,grid_type=2,isrf_class=24 ;titan Pgrid |
26 | ;make_sed_phangs_tables,grid_type=2,isrf_class=23 ;Mac | 27 | ;make_sed_phangs_tables,grid_type=2,isrf_class=23 ;Mac |
27 | ;make_sed_phangs_tables,grid_type=2,isrf_class=22 | 28 | ;make_sed_phangs_tables,grid_type=2,isrf_class=22 |