1 |
#!/bin/sh |
#!/bin/csh |
2 |
#PBS -l ncpus=220 |
#PBS -l ncpus=220 |
3 |
#PBS -l walltime=30:00:00 |
#PBS -l walltime=30:00:00 |
4 |
#PBS -j oe |
#PBS -j oe |
5 |
#PBS -q special |
#PBS -q special |
6 |
|
|
7 |
setenv MPI_USE_XPMEM |
setenv MPI_USE_XPMEM |
8 |
setenv MPI_DSM_MUSTRUN |
setenv MPI_DSM_CPULIST 4-219 |
|
setenv MPI_DSM_CPULIST 3-220 |
|
9 |
setenv MALLOC_MMAP_MAX 0 |
setenv MALLOC_MMAP_MAX 0 |
|
setenv MALLOC_TRIM_THRESHOLD_ -1 |
|
10 |
setenv KMP_STACKSIZE 512000000 |
setenv KMP_STACKSIZE 512000000 |
11 |
setenv KMP_BLOCKTIME 1000000 |
setenv KMP_BLOCKTIME 1000000 |
12 |
setenv KMP_LIBRARY turnaround |
setenv KMP_LIBRARY turnaround |
21 |
\ln -sf ../../../../run_template/tile00* . |
\ln -sf ../../../../run_template/tile00* . |
22 |
\ln -sf ../../../../run_template/LEV* . |
\ln -sf ../../../../run_template/LEV* . |
23 |
\ln -sf ../../../../run_template/heff_file . |
\ln -sf ../../../../run_template/heff_file . |
24 |
\ln -sf ../../../../run_template/ETOPO2_510x6x510_ver3b_filled.bin . |
\ln -sf ../../../../run_template/ETOPO2_18360x85_ver5e_filled.bin . |
25 |
cp ../build/mitgcmuv . |
cp ../build/mitgcmuv . |
26 |
|
|
27 |
\cp data_hr data |
\cp data_hr data |