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

Try to analyze TAURUS

parent 234f2bac
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,9 @@ then
exit 1 ;
fi
export
which salloc
salloc --nodes=1 --ntasks-per-node=24 --time=00:10:00 --mem-per-cpu=1900 --partition=haswell bash -c "ulimit -s unlimited && mpirun -np 24 src/pdata --report_level=no"
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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
......
openfpm_devices @ ddece6ce
Subproject commit 95ed584d33c976f3e13568ec8fd9c391de95db07
Subproject commit ddece6ce2584fcc3fe0883cfbe89a28fd21fcecb
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