tsigma-sideways-dry.sh - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tsigma-sideways-dry.sh (302B)
       ---
            1 #!/bin/bash
            2 
            3 #SBATCH -o sigma-sideways-dry.%j.%N.out
            4 #SBATCH -p longq
            5 #SBATCH --nodes=1
            6 #SBATCH --gres=gpu:1
            7 #SBATCH -J sigma-sideways-dry
            8 #SBATCH --time=48:00:00
            9 
           10 module load gcc/4.8.5
           11 module load cuda75
           12 
           13 cd ~/code/sphere/python/
           14 python sigma-sideways-starter.py 0 0 1.0 2.0e-16 10000.0 2.080e-7 1.0
           15