cnr-ibf-pa / hbp-bsp-issues

Ticketing system for developers/testers and power users of the Brain Simulation Platform of the Human Brain Project
4 stars 0 forks source link

Piz-Daint - CPUsPerNode not available #524

Closed antonelepfl closed 4 years ago

antonelepfl commented 4 years ago

Expected behavior

Submit job in Piz-Daint works specifying CPUsPerNode as before (yesterday it was working).

Actual Behavior (please include screenshot if possible)

I get ...failed: Resource <CPUsPerNode> is not available at this site Screenshot 2020-02-12 at 08 47 26

Steps to reproduce the problem

Launch a job with the payload

{
   "Name":"Cells - 3Nodes - 1H - LFP",
   "Executable":"/bin/bash input.sh",
   "haveClientStageIn":"true",
   "Resources":{
      "Nodes":3,
      "CPUsPerNode":36,
      "Runtime":3600,
      "NodeConstraints":"mc",
      "Memory":"64000M",
      "CPUs":108
   },
   "Tags":[
      "simulation",
      "hippo_hbp_full_ca1",
      "lfp_simulation"
   ]
}

@BerndSchuller do you have any clue ?

clupascu commented 4 years ago

@antonelepfl my jobs are failing since yesterday evening too. I get

HTTP Error: 500 Server Error

Error reason:\n

    Server Error

Caused by:

javax.servlet.ServletException: Failed to process POST request: javax.servlet.ServletException: The request doesn't look like a valid SOAP request.

So maybe the unicore server is down. I just opened a ticket at support. I will let you know. Maybe we can discuss this at the joint platform meeting today.

clupascu commented 4 years ago

For me unicore on PizDaint works again properly. @antonelepfl you can try again.

antonelepfl commented 4 years ago

Yeah so far is working again! Thank you for the update