User Portlet
Featured Contributor
Discussions |
---|
Hi Seth, I would guess that you might be running into an issue with EC2 instance quotas like I described in a comment above (starting "Regarding the issue with larger instances..."). Your account may have a limit on the number of P3 instances that... |
This support article addresses the issue of variables with subscripts and superscripts: https://support.wolfram.com/43606 |
Could you check if there's a file for the OBS Virtual Camera device in `/Library/CoreMediaIO/Plug-Ins/DAL/`? If so, try moving it to another location and restarting Mathematica. |
This is super cool work Evelyn! The results sound great - and I must compliment your apt use of `EmbeddedService` for those SoundCloud players in the cloud notebook. I played around a bit with recreating the Deep Note sound last month, and our... |
Glad that worked for you Sebastien! The course you're working on sounds like a really interesting application of RemoteBatchSubmit; I hope you'll consider sharing your results on Community or elsewhere once it comes to fruition. Let me know if you... |
This is a cool post Vitaliy! Have you tried the same analysis on President Biden's address (which has recently been added to the Presidential Inaugural Addresses resource)? I used the same data in an example for my ReadabilityScore resource... |
Hi John, there shouldn't be any manual action needed between submitting jobs. How long have you tried waiting with a job in the Runnable status? I've observed that the AWS Batch scheduler (on Amazon's side) can be a bit unpredictable in its... |
A single batch job (submitted with RemoteBatchSubmit) runs on a single compute instance, so it's limited to the vCPU count of the largest available instance type. For the `c5`, `r5`, and `m5` families, this is currently the `24xlarge`-size instance... |
Hi Daniel, it sounds like you got this working by creating a submission environment CloudFormation stack in a different region. For future reference, the region configured in the AWS service connection on your local machine (if you're using... |
Regarding the slowdowns you saw with multiple concurrent jobs, it occurred to me that although $ProcessorCount is overridden to reflect the `"VCPUCount"` of each job, the processor counts used for internal multithreaded computation will still... |