Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Microbenchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattia Mancini
Microbenchmarks
Merge requests
!14
Draft: Test convolution
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Draft: Test convolution
test_convolution
into
main
Overview
0
Commits
18
Pipelines
18
Changes
1
Open
Draft: Test convolution
Mattia Mancini
requested to merge
test_convolution
into
main
6 months ago
Overview
0
Commits
18
Pipelines
18
Changes
1
0
0
Merge request reports
Viewing commit
bc4fd251
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bc4fd251
Fix wrong module name
· bc4fd251
Mattia Mancini
authored
6 months ago
ci/das6/compile_and_run.sh
+
1
−
1
View file @ bc4fd251
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,7 +11,7 @@ COMPILER_VERSION=$2
@@ -11,7 +11,7 @@ COMPILER_VERSION=$2
echo
RUNNING ON
${
COMPILER_VERSION
}
AND
${
ARCHITECTURE
}
echo
RUNNING ON
${
COMPILER_VERSION
}
AND
${
ARCHITECTURE
}
BUILD_DIR
=
build-
${
COMPILER_VERSION
}
-
${
ARCHITECTURE
}
BUILD_DIR
=
build-
${
COMPILER_VERSION
}
-
${
ARCHITECTURE
}
module load spack/
${
COMPILER_VERSION
}
module load spack/
${
COMPILER_VERSION
}
module load cmake boost casacore fftw
3
module load cmake boost casacore fftw
cmake
-B
${
BUILD_DIR
}
.
-DCMAKE_BUILD_TYPE
=
Release
cmake
-B
${
BUILD_DIR
}
.
-DCMAKE_BUILD_TYPE
=
Release
Loading