when a username is specified, eg `squeue -u $USER` only jobs from one partition are returned. If a user is running jobs in multiple partitions, some jobs will not be listed, eg ``` (base) [myoder96@sh02-ln04 login /oak/stanford/projects/cees-backup]$ squeue --user=regirock --Format=jobid,name,username,partition JOBID NAME USER PARTITION 15056884 MAFALDA_longaverage_******** serc 15056395 MAFALDA_longaverage_******** serc 15121114 MAFALDA_longaverage ******** serc (base) [myoder96@sh02-ln04 login /oak/stanford/projects/cees-backup]$ squeue --user=regirock --Format=jobid,name,username,partition -p serc,oneillm,normal JOBID NAME USER PARTITION 15446983 Parcels_299_5_axisym******** oneillm 15056884 MAFALDA_longaverage_******** serc 15056395 MAFALDA_longaverage_******** serc 15121114 MAFALDA_longaverage ******** serc ```
Actually... I realize that this is because of my permissions on one of the partitions, and that --all would resolve the issue. I withdraw my report; apologies for the disruption!
(closing)