From c41577942e11586e2ceb08939f8ecdd633165333 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernard Date: Mon, 4 Mar 2024 14:16:26 +0100 Subject: [PATCH] improved --- LabTools/IRAP/JPB/srun/make_phangs_grids.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LabTools/IRAP/JPB/srun/make_phangs_grids.pro b/LabTools/IRAP/JPB/srun/make_phangs_grids.pro index 517b492..6438876 100644 --- a/LabTools/IRAP/JPB/srun/make_phangs_grids.pro +++ b/LabTools/IRAP/JPB/srun/make_phangs_grids.pro @@ -4,7 +4,7 @@ PRO make_phangs_grids,bidon ;CAUTION: must launch nohup through ssh with no XY option ... ;====== srundir ;=== To be run on titan using something like this: -;srun -pn51 -J Pg25 -o {$phangs_srundir}/make_phangs_grids.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & +;srun -pn51 -J Pg26 -o {$phangs_srundir}/make_phangs_grids26.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & ;=== To be run on alma1 using something like this: ;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log & ;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 ;make grid ;make_sed_phangs_tables,/test,grid_type=2,/show_seds,isrf_class=15 -make_sed_phangs_tables,grid_type=2,isrf_class=25 ;titan Pg25 +make_sed_phangs_tables,grid_type=2,isrf_class=26 ;titan Pg26 +;make_sed_phangs_tables,grid_type=2,isrf_class=25 ;titan Pg25 ;make_sed_phangs_tables,grid_type=2,isrf_class=24 ;titan Pgrid ;make_sed_phangs_tables,grid_type=2,isrf_class=23 ;Mac ;make_sed_phangs_tables,grid_type=2,isrf_class=22 -- libgit2 0.21.2