你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-05 20:16:52 +08:00
Updated HPC scripts.
这个提交包含在:
@@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
### Specify bash shell:
|
|
||||||
#$ -S /bin/bash
|
|
||||||
|
|
||||||
### Change to current working directory:
|
### Change to current working directory:
|
||||||
#$ -cwd
|
#$ -cwd
|
||||||
|
|
||||||
@@ -13,10 +10,10 @@
|
|||||||
#$ -m ea -M joe.bloggs@email.com
|
#$ -m ea -M joe.bloggs@email.com
|
||||||
|
|
||||||
### Parallel environment ($NSLOTS):
|
### Parallel environment ($NSLOTS):
|
||||||
#$ -pe OpenMP 8
|
#$ -pe sharedmem 16
|
||||||
|
|
||||||
### Job script name:
|
### Job script name:
|
||||||
#$ -N test_openmp.sh
|
#$ -N gprmax_omp.sh
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
### Initialise environment module
|
### Initialise environment module
|
@@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
### Specify bash shell:
|
|
||||||
#$ -S /bin/bash
|
|
||||||
|
|
||||||
### Change to current working directory:
|
### Change to current working directory:
|
||||||
#$ -cwd
|
#$ -cwd
|
||||||
|
|
||||||
@@ -12,11 +9,14 @@
|
|||||||
### Email options:
|
### Email options:
|
||||||
#$ -m ea -M joe.bloggs@email.com
|
#$ -m ea -M joe.bloggs@email.com
|
||||||
|
|
||||||
|
### Resource reservation:
|
||||||
|
#$ -R y
|
||||||
|
|
||||||
### Parallel environment ($NSLOTS):
|
### Parallel environment ($NSLOTS):
|
||||||
#$ -pe openmpi_fillup_mark2 800
|
#$ -pe mpi 800
|
||||||
|
|
||||||
### Job script name:
|
### Job script name:
|
||||||
#$ -N test_mpi.sh
|
#$ -N gprmax_omp_mpi.sh
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
### Initialise environment module
|
### Initialise environment module
|
二进制文件未显示。
二进制文件未显示。
在新工单中引用
屏蔽一个用户