Commit 3d1ce4f5110c7c2b63b5d6e6362445558b1bdb53
1 parent
8c683fa4
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 makeG -o {$phangs_srundir}/make_phangs_grids.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & | 7 | +;srun -pn51 -J Pgrid -o {$phangs_srundir}/make_phangs_grids.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=23 | 24 | +make_sed_phangs_tables,grid_type=2,isrf_class=24 |
25 | +;make_sed_phangs_tables,grid_type=2,isrf_class=23 | ||
25 | ;make_sed_phangs_tables,grid_type=2,isrf_class=22 | 26 | ;make_sed_phangs_tables,grid_type=2,isrf_class=22 |
26 | ;make_sed_phangs_tables,grid_type=2,isrf_class=21 | 27 | ;make_sed_phangs_tables,grid_type=2,isrf_class=21 |
27 | ;make_sed_phangs_tables,grid_type=2,isrf_class=20 | 28 | ;make_sed_phangs_tables,grid_type=2,isrf_class=20 |