Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
0ce7cd57
Commit
0ce7cd57
authored
6 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
add example.bashrc
parent
264b8414
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.bashrc
+16
-0
16 additions, 0 deletions
example.bashrc
with
16 additions
and
0 deletions
example.bashrc
0 → 100644
+
16
−
0
View file @
0ce7cd57
#! /bin/bash
export
MPICXX
=
<please insert appropriate executable here>
export
CUSTOM_INSTALL_PATH
=
<please insert your prefered path here. I recommend the location of your python virtual environment>
export
PATH
=
${
CUSTOM_INSTALL_PATH
}
/bin:
${
PATH
}
export
FFTW_DIR
=
${
CUSTOM_INSTALL_PATH
}
export
FFTW_BASE
=
${
FFTW_DIR
}
export
FFTW_OPENMP_LIB
=
"-L
${
FFTW_BASE
}
/lib -lfftw3_omp -lfftw3f_omp"
export
FFTW_LIB
=
"-L
${
FFTW_BASE
}
/lib -lfftw3_mpi -lfftw3 -lfftw3f_mpi -lfftw3f"
export
HDF5_DIR
=
${
CUSTOM_INSTALL_PATH
}
export
HDF5_BASE
=
${
HDF5_DIR
}
export
HDF5_ROOT
=
${
HDF5_DIR
}
export
CMAKE_PREFIX_PATH
=
${
CUSTOM_INSTALL_PATH
}
/lib
#export TURTLE_OPTIMIZATION_FLAGS="-O3 -mtune=native -ffast-math -DNDEBUG"
export
TURTLE_OPTIMIZATION_FLAGS
=
"-DUSE_TIMINGOUTPUT"
#export TURTLE_COMPILATION_FLAGS="-O3 -mtune=native -ffast-math -DNDEBUG"
export
TURTLE_COMPILATION_FLAGS
=
"-DUSE_TIMINGOUTPUT"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment