Skip to content

Commit

Permalink
update: grep lsf info
Browse files Browse the repository at this point in the history
  • Loading branch information
bsplu committed Jan 11, 2022
1 parent 42aa3f4 commit 950e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbs.fuc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function _jobage_pbs_save_queue() {

# read json
# https://github.com/owenthereal/jqplay
"$_jobage_pbs_fuc_srcPath/jq-linux64" ".Data.Job[] | [.Job_Id, .Job_Name, .job_state, .init_work_dir, .resources_used.walltime]" "$_jobage_lsf_json_dinfo"
"$_jobage_pbs_fuc_srcPath/jq-linux64" ".Data.Job[] | [.Job_Id, .Job_Name, .job_state, .init_work_dir, .resources_used.walltime]" "$_jobage_lsf_json_dinfo" | sed -e ':a;N;$!ba;s/,\n//g; s/\[//g; s/\]//g; s/"//g;'

# _jobage_lsf_timestampNow=$(date +%s)

Expand Down

0 comments on commit 950e266

Please sign in to comment.