Skip to content
Snippets Groups Projects
Commit 47e9612f authored by Douglas Guptill's avatar Douglas Guptill
Browse files

utility

parent baea5bbe
No related branches found
No related tags found
No related merge requests found
# ifort setup for geodyncomp
#
# usage: source <this-file>
if ! which ifort 1>/dev/null 2>/dev/null ; then
. /opt/intel/bin/ifortvars.sh intel64
fi
# setup for wsmp on Linux
#
# do this once, before a run.
#
export MALLOC_MMAP_MAX_=0
export MALLOC_TRIM_THRESHOLD_=-1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment