Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
DUCARTON Nicolas
Dockerfiles
Commits
500e3898
Commit
500e3898
authored
3 months ago
by
user
Browse files
Options
Downloads
Plain Diff
conflicts
parents
a167eab1
c6d12a8d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+5
-0
5 additions, 0 deletions
.gitignore
build.sh
+0
-8
0 additions, 8 deletions
build.sh
check.sh
+0
-8
0 additions, 8 deletions
check.sh
with
5 additions
and
16 deletions
.gitignore
+
5
−
0
View file @
500e3898
*~
*.un~
*.swp
docker_results/
mpi5x/
run.sh
test_sc.sh
This diff is collapsed.
Click to expand it.
build.sh
deleted
100644 → 0
+
0
−
8
View file @
a167eab1
export
LD_LIBRARY_PATH
=
/usr/local/lib
cd
starpu
./autogen.sh
>
../autogen_result 2>&1
mkdir
../build
cd
../build
../starpu/configure
--prefix
=
/home/starpu/install
--disable-cuda
--enable-mpi
--disable-opencl
--disable-starpupy
--enable-mpi-ft
--enable-mpi-check
--enable-mpi-ft-stats
>
../configure_result 2>&1
LD_LIBRARY_PATH
=
/usr/local/lib make
-j
>
../make_result 2>&1
make
install
This diff is collapsed.
Click to expand it.
check.sh
deleted
100644 → 0
+
0
−
8
View file @
a167eab1
export
LD_LIBRARY_PATH
=
/usr/local/lib
cd
starpu
./autogen.sh
>
../autogen_result 2>&1
mkdir
../build
cd
../build
../starpu/configure
--prefix
=
/home/install
--disable-cuda
--enable-mpi
--disable-opencl
--disable-starpupy
--enable-mpi-ft
--enable-mpi-check
--enable-mpi-ft-stats
>
../configure_result 2>&1
make
-j
>
../make_result 2>&1
make check ../check_result 2>&1
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