/[MITgcm]/MITgcm/tools/example_scripts/columbia/pbs_altix_test
ViewVC logotype

Contents of /MITgcm/tools/example_scripts/columbia/pbs_altix_test

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Thu Feb 9 20:19:20 2006 UTC (18 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58b_post, checkpoint58m_post, checkpoint58g_post, checkpoint58h_post, checkpoint58j_post, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58k_post
Changes since 1.6: +1 -8 lines
add warning about inappropriate user masks and/or file permissions that
  will cause the file dependency code to break (I think this fixes the
  problem reported by S. Vinogradov -- will need testing) :
  http://forge.csail.mit.edu/pipermail/mitgcm-support/2006-February/003781.html

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 ; sleep 2 ; cp STDOUT.0000 output.txt)' \
24 -j 16 -a edhill@mitgcm.org
25
26 # -end of script-

  ViewVC Help
Powered by ViewVC 1.1.22