---
title: 运行和验证
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengrelion_02_0013.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengrelion_02_0013.html
indexId: 3418c2d9e81f7bb8c1d38186947adc536e3e9a5200651fbd70fab0edd65a0f1568
---
# 运行和验证

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令进入测试目录。

```
cd
/path/to/CASE
```


3. 执行以下命令解压算例文件。

```
tar xvf relion_benchmark.tar.gz
```


4. 执行以下命令进入解压后的目录。

```
cd relion_benchmark
```


5. 执行以下命令运行RELION测试。

```
mkdir class3d
yum -y install time
time -p mpirun --allow-run-as-root -n 4 relion_refine_mpi --j 24 --gpu 0 --pool 100 --dont_combine_weights_via_disc --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 --maxsig 500 --fast_subsets --o class3d/test01
```
