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