Introduction
Introduction Statistics Contact Development Disclaimer Help
texplore relationship between c_grad_p and K - sphere - GPU-based 3D discrete e…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit ad2685d099837aec520638fbd01866653074d040
parent 7cbb37731ec5aa96d7d298577b80c4d04fb07302
Author: Anders Damsgaard <[email protected]>
Date: Wed, 13 Aug 2014 14:18:09 +0200
explore relationship between c_grad_p and K
Diffstat:
A python/permeability-c_grad_p-large… | 49 +++++++++++++++++++++++++++…
A python/permeability-c_grad_p-mediu… | 49 +++++++++++++++++++++++++++…
A python/permeability-c_grad_p-small… | 49 +++++++++++++++++++++++++++…
3 files changed, 147 insertions(+), 0 deletions(-)
---
diff --git a/python/permeability-c_grad_p-large.sh b/python/permeability-c_grad…
t@@ -0,0 +1,49 @@
+#!/bin/sh
+#PBS -N k-c_grad_p-large
+#PBS -l nodes=1:ppn=3
+#PBS -l walltime=1920:00:00
+#PBS -q qfermi
+#PBS -M [email protected]
+#PBS -m abe
+
+# Grendel CUDA
+source /com/gcc/4.6.4/load.sh
+CUDAPATH=/com/cuda/5.5.22
+export PATH=$HOME/bin:$PATH
+export PATH=$CUDAPATH/bin:$PATH
+export LD_LIBRARY_PATH=$CUDAPATH/lib64:$CUDAPATH/lib:$LD_LIBRARY_PATH
+
+# Manually installed Python modules
+export PYTHONPATH=$HOME/.local/lib/python:$PYTHONPATH
+export PYTHONPATH=$HOME/.local/lib64/python:$PYTHONPATH
+
+# Manually installed Python
+#export PATH=/home/adc/.local/bin:$PATH
+
+# Shared Python2.7
+PYTHON=/com/python/2.7.6
+export PYTHONPATH=$PYTHON/lib:$PYTHONPATH
+export PATH=$PYTHON/bin:$PATH
+
+echo "`whoami`@`hostname`"
+echo "Start at `date`"
+
+ORIGDIR=/home/adc/code/sphere
+#WORKDIR=/scratch/$PBS_JOBID
+WORKDIR=$ORIGDIR
+
+#cp -r $ORIGDIR/* $WORKDIR
+
+cd $WORKDIR
+nvidia-smi
+rm CMakeCache.txt
+cmake . && make
+cd python
+python permeability-starter.py 0 1.0 1.0 1.0e3 &
+python permeability-starter.py 1 1.0 0.5 1.0e3 &
+python permeability-starter.py 2 1.0 0.1 1.0e3 &
+wait
+
+#cp $WORKDIR/output/* $ORIGDIR/output/
+
+echo "End at `date`"
diff --git a/python/permeability-c_grad_p-medium.sh b/python/permeability-c_gra…
t@@ -0,0 +1,49 @@
+#!/bin/sh
+#PBS -N k-c_grad_p-large
+#PBS -l nodes=1:ppn=3
+#PBS -l walltime=1920:00:00
+#PBS -q qfermi
+#PBS -M [email protected]
+#PBS -m abe
+
+# Grendel CUDA
+source /com/gcc/4.6.4/load.sh
+CUDAPATH=/com/cuda/5.5.22
+export PATH=$HOME/bin:$PATH
+export PATH=$CUDAPATH/bin:$PATH
+export LD_LIBRARY_PATH=$CUDAPATH/lib64:$CUDAPATH/lib:$LD_LIBRARY_PATH
+
+# Manually installed Python modules
+export PYTHONPATH=$HOME/.local/lib/python:$PYTHONPATH
+export PYTHONPATH=$HOME/.local/lib64/python:$PYTHONPATH
+
+# Manually installed Python
+#export PATH=/home/adc/.local/bin:$PATH
+
+# Shared Python2.7
+PYTHON=/com/python/2.7.6
+export PYTHONPATH=$PYTHON/lib:$PYTHONPATH
+export PATH=$PYTHON/bin:$PATH
+
+echo "`whoami`@`hostname`"
+echo "Start at `date`"
+
+ORIGDIR=/home/adc/code/sphere
+#WORKDIR=/scratch/$PBS_JOBID
+WORKDIR=$ORIGDIR
+
+#cp -r $ORIGDIR/* $WORKDIR
+
+cd $WORKDIR
+nvidia-smi
+rm CMakeCache.txt
+cmake . && make
+cd python
+python permeability-starter.py 0 1.0 0.05 1.0e3 &
+python permeability-starter.py 1 1.0 0.02 1.0e3 &
+python permeability-starter.py 2 1.0 0.01 1.0e3 &
+wait
+
+#cp $WORKDIR/output/* $ORIGDIR/output/
+
+echo "End at `date`"
diff --git a/python/permeability-c_grad_p-small.sh b/python/permeability-c_grad…
t@@ -0,0 +1,49 @@
+#!/bin/sh
+#PBS -N k-c_grad_p-small
+#PBS -l nodes=1:ppn=3
+#PBS -l walltime=1920:00:00
+#PBS -q qfermi
+#PBS -M [email protected]
+#PBS -m abe
+
+# Grendel CUDA
+source /com/gcc/4.6.4/load.sh
+CUDAPATH=/com/cuda/5.5.22
+export PATH=$HOME/bin:$PATH
+export PATH=$CUDAPATH/bin:$PATH
+export LD_LIBRARY_PATH=$CUDAPATH/lib64:$CUDAPATH/lib:$LD_LIBRARY_PATH
+
+# Manually installed Python modules
+export PYTHONPATH=$HOME/.local/lib/python:$PYTHONPATH
+export PYTHONPATH=$HOME/.local/lib64/python:$PYTHONPATH
+
+# Manually installed Python
+#export PATH=/home/adc/.local/bin:$PATH
+
+# Shared Python2.7
+PYTHON=/com/python/2.7.6
+export PYTHONPATH=$PYTHON/lib:$PYTHONPATH
+export PATH=$PYTHON/bin:$PATH
+
+echo "`whoami`@`hostname`"
+echo "Start at `date`"
+
+ORIGDIR=/home/adc/code/sphere
+#WORKDIR=/scratch/$PBS_JOBID
+WORKDIR=$ORIGDIR
+
+#cp -r $ORIGDIR/* $WORKDIR
+
+cd $WORKDIR
+nvidia-smi
+rm CMakeCache.txt
+cmake . && make
+cd python
+python permeability-starter.py 0 1.0 0.005 1.0e3 &
+python permeability-starter.py 1 1.0 0.002 1.0e3 &
+python permeability-starter.py 2 1.0 0.001 1.0e3 &
+wait
+
+#cp $WORKDIR/output/* $ORIGDIR/output/
+
+echo "End at `date`"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.