Parent Directory
|
Revision Log
|
Revision Graph
move scripts to tools/example_scripts/nasa_ames
1 | #! /usr/bin/env bash |
2 | |
3 | #PBS -S /bin/bash |
4 | #PBS -N MITgcm_ifort |
5 | #PBS -l ncpus=2 |
6 | ## PBS -l mem=7776MB |
7 | #PBS -l walltime=4:00:00 |
8 | #PBS -j oe |
9 | ## PBS -W group_list=g26167 |
10 | ## PBS -m e |
11 | |
12 | echo -n "Setting up modules... " |
13 | . /usr/share/modules/init/bash |
14 | module purge |
15 | module load modules scsl.1.5.0.0 intel-comp.9.0.027 mpt.1.12.0.0 |
16 | echo "done" |
17 | |
18 | ulimit -s unlimited |
19 | |
20 | cd MITgcm/verification/ |
21 | ./testreport -mpi \ |
22 | -of=/nobackup1/edhill/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas -pc \ |
23 | -command '(mpirun -np 2 ./mitgcmuv)' \ |
24 | -j 16 -a edhill@mitgcm.org |
25 | |
26 | # -end of script- |
ViewVC Help | |
Powered by ViewVC 1.1.22 |