gmgitx / BLOG_natural_science

精于勤,荒于嬉;行成于思,毁于随。 韩愈
GNU General Public License v3.0
0 stars 0 forks source link

Midway2了解 #4

Open gmgitx opened 5 years ago

gmgitx commented 5 years ago

登录节点不适用于计算密集型工作。

关于用户可用存储

There are three different types of storage:

Home - for personal configurations, private data, limited space /home/[user name] Scratch - fast, for daily use /scratch/midway/[user name] Project - for common project files, project data, sharing /project/[PI name] quota Default Storage: Partition Available
Home 25 G
Scratch 5 T
Project 500 G

Midway2上的计算节点类型

划分 每个节点的CPU核心数 节点数 每个节点的内存
broadwl 28 x英特尔E5-2680v4 @ 2.4 GHz 370 64 GB
bigmem2 28 x英特尔E5-2680v4 @ 2.4 GHz 6 512 GB
GPU2 28 x Intel E5-2680v4 @ 2.4 GHz 4x K80 NVIDIA GPU 6 64GB
#!/bin/bash
#SBATCH --job-name=test
#SBATCH --output=test.out
#SBATCH --error=test.err
#SBATCH --partition = broadwl 
#SBATCH --time = 02:00: 00
#SBATCH --nodes=1
#SBATCH  - 每个节点的执行数= 28
#SBATCH --mem-per-cpu = 2000 
_#SBATCH --ntasks-per-node=1_

# load your modules here
module load intel

# execute your tasks here
echo "Hello, world"
date
ls
pwd
hostname
echo "Done with processing"

###运行 sbatch single_node.sbatch

Using Midway What’s New on Midway2 Midway2 module

###accounts qos,可以了解一下