File: elk.sh

package info (click to toggle)
elkcode 10.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 10,672 kB
  • sloc: f90: 52,747; perl: 964; makefile: 352; sh: 296; python: 105; ansic: 67
file content (17 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

# set the number of OpenMP threads per node equal to the number of cores
# (this environment variable does not normally need to be set)
#export OMP_NUM_THREADS=

# no binding of threads to cores
export OMP_PROC_BIND=false

# increase the OpenMP stack size
export OMP_STACKSIZE=512M

# increase the regular stack size
ulimit -Ss 524288

# Elk executable file
~/elk/src/elk