📄 cage13.bat
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -