cage13.bat

来自「SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解」· Batch 代码 · 共 36 行

BAT
36
字号
#!/bin/csh#@ account_no      = mp127#@ job_name        = pddrive#@ output          =  ./$(jobid).out#@ error           = $(output)#@ job_type        = parallel#@ environment     = COPY_ALL#@ notification    = complete#@ network.MPI     = sn_all,not_shared,us#@ node_usage      = not_shared#@ class           = debug###@ class           = premium#@ bulkxfer	   = yes#@rset = RSET_MCM_AFFINITY#@mcm_affinity_options=mcm_distribute,mcm_mem_pref,mcm_sni_none #@ tasks_per_node  = 1#@ resources = ConsumableMemory(27032 mb)###@ tasks_per_node  = 2###@ resources = ConsumableMemory(13516 mb)###@ tasks_per_node  = 4###@ resources = ConsumableMemory(6758 mb)###@ tasks_per_node  = 8#@ node	           = 4#@ wall_clock_limit= 00:30:00##@ queuepoe ./pddrive -r 2 -c 2 /scratch/scratchdirs/xiaoye/cage13.rua##echo $LOADL_PROCESSOR_LIST

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?