Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argupta
openfpm_pdata
Commits
a1b474e6
Commit
a1b474e6
authored
Dec 13, 2016
by
Pietro Incardona
Browse files
Adding secondary compilers tests
parent
912494d1
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
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
...
...
Jenkins_sec_compilers
0 → 100644
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"
// }
}
build_sec_compilers.sh
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
openfpm_data
@
851b1d70
Subproject commit
781b92403c3294ff54c98f8b37886308f613a8f6
Subproject commit
851b1d70537bdca0930d513401070dee04d4e45a
openfpm_vcluster
@
d7052aaf
Subproject commit
7545a7557a9ac599528db741ddf0d41ae6078bd2
Subproject commit
d7052aaf6ff094b0226e6f052f78f7c417227be0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment