Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
2bdae3fc
Commit
2bdae3fc
authored
9 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
new run files
parent
e3035fea
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc/CTest_nightly/run_nightly_cormier.sh
+2
-0
2 additions, 0 deletions
misc/CTest_nightly/run_nightly_cormier.sh
misc/CTest_nightly/run_nightly_windows.sh
+14
-11
14 additions, 11 deletions
misc/CTest_nightly/run_nightly_windows.sh
with
16 additions
and
11 deletions
misc/CTest_nightly/run_nightly_cormier.sh
+
2
−
0
View file @
2bdae3fc
...
...
@@ -30,6 +30,8 @@ export CUDADIR='/usr/local/cuda-7.5'
export
CC
=
'/usr/lib64/ccache/gcc'
export
CXX
=
'/usr/lib64/ccache/g++'
# /usr/local/bin/matlab in the PATH
export
PATH
=
/usr/local/bin:
$PATH
# cuda in the PATH
...
...
This diff is collapsed.
Click to expand it.
misc/CTest_nightly/run_nightly_windows.sh
+
14
−
11
View file @
2bdae3fc
...
...
@@ -18,24 +18,27 @@
# Directory of the local path of the nightly project
export
PATH_DIR_RUN_NIGHTLY
=
'/home/aleman/WORK/FAUST/faust_nightly'
export
PATH_DIR_RUN_NIGHTLY
=
'C:\Users\ci\FAUST\CTest_nightly'
# Directory of the library used in the FAUST PROJECT
#export EIGENDIR='/usr/include/eigen3'
#export OPENBLASDIR='/opt/OpenBLAS'
#export MATIODIR='/usr/local'
export
CUDADIR
=
'/usr/local/cuda-7.5'
#
export CUDADIR='/usr/local/cuda-7.5'
# export version of gcc
export
CC
=
'/usr/lib64/ccache/gcc'
export
CXX
=
'/usr/lib64/ccache/g++'
#export CC='/usr/lib64/ccache/gcc'
#export CXX='/usr/lib64/ccache/g++'
export
CC
=
'C:\Program Files\mingw-w64\x86_64-4.9.2-posix-seh-rt_v4-rev4\mingw64\bin\gcc'
export
CXX
=
'C:\Program Files\mingw-w64\x86_64-4.9.2-posix-seh-rt_v4-rev4\mingw64\bin\g++'
# /usr/local/bin/matlab in the PATH
export
PATH
=
/usr/local/bin:
$PATH
#
export PATH=/usr/local/bin:$PATH
# cuda in the PATH
export
PATH
=
/usr/local/cuda-7.5/bin:/usr/lib64/ccache/:
$PATH
#
export PATH=/usr/local/cuda-7.5/bin:/usr/lib64/ccache/:$PATH
...
...
@@ -52,11 +55,11 @@ fi
# CTEST OPTION
export
CTEST_CONFIGURE_OPTIONS
=
"
\
-DBUILD_OPENBLAS=O
N
;
\
-DBUILD_READ_MAT_FILE=O
N
;
\
-DBUILD_READ_XML_FILE=O
N
;
\
-DBUILD_OPENBLAS=O
FF
;
\
-DBUILD_READ_MAT_FILE=O
FF
;
\
-DBUILD_READ_XML_FILE=O
FF
;
\
-DBUILD_MATLAB_MEX_FILES=ON;
\
-DBUILD_USE_GPU:BOOL=O
N
;
\
-DBUILD_USE_GPU:BOOL=O
FF
;
\
-DFAUST_USE_PROFILING=OFF;
\
-DBUILD_VERBOSE=OFF;
\
-DBUILD_DOCUMENTATION:BOOL=OFF"
...
...
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