hypre/test/TEST_sstruct/default3d.jobs
2012-09-19 20:44:04 +00:00

37 lines
1.3 KiB
Bash
Executable File

#!/bin/sh
#BHEADER**********************************************************************
# Copyright (c) 2008, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
# This file is part of HYPRE. See file COPYRIGHT for details.
#
# HYPRE is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License (as published by the Free
# Software Foundation) version 2.1 dated February 1999.
#
# $Revision$
#EHEADER**********************************************************************
#=============================================================================
# sstruct: Run base 3d case
#=============================================================================
mpirun -np 1 ./sstruct -r 2 2 2 -solver 19 \
> default3d.out.0
#=============================================================================
# sstruct: Run various blockings and distributions of default problem
#=============================================================================
mpirun -np 1 ./sstruct -b 2 2 2 -solver 19 \
> default3d.out.1
mpirun -np 2 ./sstruct -P 2 1 1 -b 1 2 1 -r 1 1 2 -solver 19 \
> default3d.out.2
mpirun -np 4 ./sstruct -P 2 1 2 -r 1 2 1 -solver 19 \
> default3d.out.3