pbsproに投げるjobの書式

基本

#!/bin/bash
#PBS -q bio
#PBS -l nodes=2:ppn=8       # 「select=2:ncpus=8」
#PBS -N class2djob
#PBS -j oe
 
cd $PBS_O_WORKDIR
 
source /Appl/.relion/3.0-beta-2.icc
 
date '+%y%m%d %H:%M:%S'
SECONDS=0
mpirun --display-map --bind-to socket --mca plm_rsh_agent rsh --mca btl tcp,self --map-by socket \
--machinefile $PBS_NODEFILE --np 5 `which relion_refine_mpi` \
--i Particles/shiny_2sets.star --ref emd_2660.map:mrc --firstiter_cc --ini_high 60 --ctf --ctf_corrected_ref \
--iter 25 --tau2_fudge 4 --particle_diameter 360 --K 6 --flatten_solvent --zero_mask --oversampling 1 \
--healpix_order 2 --offset_range 5 --offset_step 2 --sym C1 --norm --scale --random_seed 0 --o gpu/benchmark \
--scratch_dir /scratch/benchmark --pool 100 --dont_combine_weights_via_disc --j 4
 
printf "%02d:%02d:%02d\n" $(($SECONDS/3600)) $((($SECONDS%3600)/60)) $(($SECONDS%60))
date '+%y%m%d %H:%M:%S'

ノード指定

#!/bin/bash
#PBS -q bio
#PBS -l nodes=gpu1+gpu2:ncpus=16
#PBS -N class3djob
#PBS -j oe
 :
 :
最新の60件
2026-05-13 2026-05-12 2026-05-11 2026-05-08 2026-05-06 2026-05-05 2026-05-04 2026-05-03 2026-05-02 2026-04-30 2026-04-29 2026-04-28 2026-04-27 2026-04-25 2026-04-24 2026-04-22 2026-04-21 2026-04-12 2026-04-08 2026-04-06 2026-04-05 2026-04-02 2026-03-26 2026-03-23 2026-03-21 2026-03-19 2026-03-15 2026-03-14 2026-03-13 2026-03-07 2026-03-06 2026-03-04 2026-03-02 2026-02-26 2026-02-24 2026-02-21 2026-02-18 2026-02-17 2026-02-16 2026-02-11

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2018-12-06 (木) 07:21:09