Commit d5e2f7b07e4c6e7c554f090505b1cac382b676a5

Authored by Jean-Philippe Bernard
1 parent b4f32748
Exists in master

improved

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
... ... @@ -4,7 +4,7 @@ PRO make_phangs_grids,bidon
4 4 ;CAUTION: must launch nohup through ssh with no XY option ...
5 5 ;====== srundir
6 6 ;=== To be run on titan using something like this:
7   -;srun -pn51 -J Pg02 -o {$phangs_srundir}/make_phangs_grids02.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro &
  7 +;srun -pn51 -J Pg01 -o {$phangs_srundir}/make_phangs_grids01.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 9 ;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids25.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 &"
... ... @@ -49,8 +49,8 @@ bidon=1
49 49 ;make_sed_phangs_tables,grid_type=2,isrf_class=5
50 50 ;make_sed_phangs_tables,grid_type=2,isrf_class=4 ;titan
51 51 ;make_sed_phangs_tables,grid_type=2,isrf_class=3 ;titan
52   -make_sed_phangs_tables,grid_type=2,isrf_class=2 ;titan
53   -;make_sed_phangs_tables,grid_type=2,isrf_class=1 ;titan
  52 +;make_sed_phangs_tables,grid_type=2,isrf_class=2 ;titan
  53 +make_sed_phangs_tables,grid_type=2,isrf_class=1 ;titan
54 54 ;make_sed_phangs_tables,/test,/show_seds,grid_type=2,isrf_class=0
55 55 ;make_sed_phangs_tables,grid_type=2,isrf_class=0
56 56 ;==== test
... ...