Updated HPC scripts.

这个提交包含在:
Craig Warren
2016-08-09 11:56:46 +01:00
父节点 ea9abccdf2
当前提交 21632a43ce
共有 4 个文件被更改,包括 9 次插入12 次删除

查看文件

@@ -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

二进制文件未显示。

二进制文件未显示。