Changeset 19581


Ignore:
Timestamp:
09/24/15 21:03:27 (9 years ago)
Author:
schlegel
Message:

NEW: dakota for lonestar

Location:
issm/trunk-jpl/externalpackages
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh

    r19556 r19581  
    3737cat > script.queue << EOF
    3838#!/bin/bash             
    39 #$ -V           #Inherit the submission environment
    40 #$ -cwd # Start job in submission directory
     39#$ -V #Inherit the submission environment
     40#$ -cwd # Start job in submission directory
    4141#$ -N petscinstall # Job Name
    42 #$ -j y # Combine stderr and stdout
    43 #$ -o $JOB_NAME.o$JOB_ID        # Name of the output file (eg. myMPI.oJobID)
    44 #$ -pe 12way 12 # Requests 12 tasks/node, 12 cores total
    45 #$ -q normal    # Queue name normal
    46 #$ -l h_rt=00:01:00     # Run time (hh:mm:ss) - 1.5 hours
    47 set -x  # Echo commands, use set echo with csh
     42#$ -j y # Combine stderr and stdout
     43#$ -pe 12way 12 # Requests 12 tasks/node, 12 cores total
     44#$ -q normal # Queue name normal
     45#$ -l h_rt=00:01:00 # Run time (hh:mm:ss) - 1.5 hours
     46set -x # Echo commands, use set echo with csh
    4847
    49 module load cmake/2.8.7
    5048module load mkl/10.3
    5149
Note: See TracChangeset for help on using the changeset viewer.