Skip to content

Instantly share code, notes, and snippets.

--[ MESH INFORMATION ]----------------------------
NODES : 1587
ELEMENTS : 968
MESH INSIDE :
[ -5.000000 , 5.000000 ] x [ -5.000000 , 5.000000 ] x [ -0.500000 , 0.500000 ]
==================================================
OCCA mode: OpenMP
OCCA is using Compiler: g++
with flags : -D__extern_always_inline=inline -O3
@lcw
lcw / fortran.vim
Last active August 29, 2015 14:14
" ******** Syntax highlighting
if has("syntax")
syntax clear
source $VIMRUNTIME/syntax/fortran.vim
function! TextEnableCodeSnip(filetype,start,end,textSnipHl) abort
let ft=toupper(a:filetype)
let group='textGroup'.ft
if exists('b:current_syntax')
let s:current_syntax=b:current_syntax
" ******** Syntax highlighting
if has("syntax")
syntax clear
source $VIMRUNTIME/syntax/fortran.vim
function! TextEnableCodeSnip(filetype,start,end,textSnipHl) abort
let ft=toupper(a:filetype)
let group='textGroup'.ft
if exists('b:current_syntax')
let s:current_syntax=b:current_syntax
#PBS -A geo004
#PBS -N dgel
#PBS -j oe
#PBS -m a
#PBS -m b
#PBS -m e
#PBS -M lucasw@ices.utexas.edu
#PBS -o dgel_32768.o$PBS_JOBID
#PBS -l walltime=02:00:00,size=32768
#! /bin/bash
#$ -N s32kn
#$ -pe 16way 32768
###export MY_NSLOTS=8
#$ -V
#$ -cwd
#$ -A TG-MCA04N026
#$ -o $JOB_NAME.$JOB_ID.out
#$ -e $JOB_NAME.$JOB_ID.err
@lcw
lcw / run
Created August 21, 2009 14:00
#PBS -A geo004
#PBS -N dgel
#PBS -j oe
#PBS -m a
#PBS -m b
#PBS -m e
#PBS -M lucasw@ices.utexas.edu
#PBS -o dgel_32768.o$PBS_JOBID
#PBS -l walltime=02:00:00,size=32768
#PBS -A geo004
#PBS -N dgel
#PBS -j oe
#PBS -m a
#PBS -m b
#PBS -m e
#PBS -M lucasw@ices.utexas.edu
#PBS -o dgel_32768.o$PBS_JOBID
#PBS -l walltime=02:00:00,size=32768
***** hpctoolkit *****
Usage:
See software page for usage details
There are some informative PDF files available at
/ccs/proj/hpctoolkit/pkgs/hpctoolkit/share/doc/hpctoolkit/guides
Note:
Please try this software as a friendly user,
knowing that there will be bugs.
Please send all questions to help@nccs.gov
and to hpc@cs.rice.edu
High-order accurate solutions to acoustic-elastic interface problems
on adapted parallel meshes using a discontinuous Galerkin method
Lucas C. Wilcox [1]
Carsten Burstedde [1]
Georg Stadler [1]
Omar Ghattas [1,2,3,4]
[1] Institute for Computational Engineering and Sciences, The
University of Texas at Austin, Austin, TX 78712, USA