Skip to content
Snippets Groups Projects
Commit a1b474e6 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding secondary compilers tests

parent 912494d1
No related branches found
No related tags found
No related merge requests found
# 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
......
#!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"
// }
}
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment