Carlos Peña-Monferrer

Results 15 comments of Carlos Peña-Monferrer

I found the error above coming from the calculation of coefficients and L2 error. Setting `NmodesSUPproj = 0` for PPE solved the problem. However, the following error appeared later in...

These errors are solved with PR #406, but the online solution is not converging when using PPE. Maybe this is expected for the scenario on tutorial 11UnsteadyBBOpen?

Many thanks Giovanni. If I can be of any help please let me know!

Hi, I had the same issue (no SSH key provided at cluster creation) when using the prebuilt VMs. I'm not sure if it is the same case, but I fixed...

Only add that we also modified the `constants.py` file for the cumulus plugin, and the hpccloud files (`LSF.js`, `index.js` and `RunCluster.js`) to see the LSF scheduler.

I think we have the same string for the LSF queue. We have the following definition for `/opt/hpccloud/cumulus/cumulus/constants.py`: ``` class QueueType: SGE = 'sge' PBS = 'pbs' SLURM = 'slurm'...

Thanks, I have just added a modified statement through ValidationException message in `/opt/hpccloud/cumulus/girder/cumulus/server/models/cluster.py`. It also includes, for testing, a message when the queue is supported. ``` if not queue.is_valid_type(scheduler_type): raise...

@cjh1 We had some problems with the cumulus dependencies compiling HPCCloud for development, we are playing in the meanwhile with the prebuilt VMs on `HPCCloud-deploy/prebuilt/hpccloud-server/`. I have attached a patch:...

@cjh1 Could you please confirm me that applying the following to `cumulus/cumulus/queue/__init__.py`, a cluster with PBS, SGE, SLURM or LSF can not be created? I can still create them with...

Thank you @cjh1, I probably did something wrong then.