File: elk.sh

package info (click to toggle)
elkcode 10.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,480 kB
  • sloc: f90: 52,323; perl: 962; makefile: 345; sh: 296; python: 105; ansic: 67
file content (17 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
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