Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
argupta
openfpm_pdata
Commits
a1b474e6
Commit
a1b474e6
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Adding secondary compilers tests
parent
912494d1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+11
-1
11 additions, 1 deletion
CHANGELOG.md
Jenkins_sec_compilers
+19
-0
19 additions, 0 deletions
Jenkins_sec_compilers
build_sec_compilers.sh
+1
-22
1 addition, 22 deletions
build_sec_compilers.sh
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_vcluster
+1
-1
1 addition, 1 deletion
openfpm_vcluster
with
33 additions
and
25 deletions
CHANGELOG.md
+
11
−
1
View file @
a1b474e6
# Change Log
All notable changes to this project will be documented in this file.
## [0.6.0] - End October 2016
## [0.7.0] 15 December 2016
### Added
-
Symmetric cell-list/verlet list Crossing scheme
-
VCluster examples
-
cell-list crossing scheme
### Fixed
-
Critical bug OpenFPM has a bug handling decomposition where a processor has a disconnected domains
## [0.6.0] - 5 November 2016
### Added
-
Symmetric cell-list/verlet list
...
...
This diff is collapsed.
Click to expand it.
Jenkins_sec_compilers
0 → 100644
+
19
−
0
View file @
a1b474e6
#
!
groovy
node
(
'taurus'
)
{
deleteDir
()
checkout
scm
stage
(
'build_taurus'
)
{
sh
"./build_sec_compilers.sh $WORKSPACE $NODE_NAME pdata"
}
// stage ('run_taurus')
// {
// ./run.sh $WORKSPACE $NODE_NAME 24 1 24"
// }
}
This diff is collapsed.
Click to expand it.
build_sec_compilers.sh
+
1
−
22
View file @
a1b474e6
...
...
@@ -21,27 +21,6 @@ fi
mkdir
openfpm_numerics/src/config
if
[
"
$2
"
==
"gin"
]
then
echo
"Compiling on gin
\n
"
source
~/.bashrc
source
/opt/intel/composerxe/bin/compilervars.sh intel64
module load gcc/5.3.0
./install
-s
-c
"--prefix=/home/jenkins/openfpm_install"
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to complete the openfpm_pdata test
\"
}] }"
https://hooks.slack.com/services/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
exit
1
;
fi
source
$HOME
/openfpm_vars
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to complete the openfpm_pdata test
\"
}] }"
https://hooks.slack.com/services/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
exit
1
;
fi
fi
source
gcc/5.3.0
This diff is collapsed.
Click to expand it.
openfpm_data
@
851b1d70
Subproject commit
781b92403c3294ff54c98f8b37886308f613a8f6
Subproject commit
851b1d70537bdca0930d513401070dee04d4e45a
This diff is collapsed.
Click to expand it.
openfpm_vcluster
@
d7052aaf
Subproject commit
7545a7557a9ac599528db741ddf0d41ae6078bd2
Subproject commit
d7052aaf6ff094b0226e6f052f78f7c417227be0
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