Scott Christley

Results 201 comments of Scott Christley

I ran into a similar problem using version 6.0.0 on npm, specifically the `nullable` flag wasn't being recognized for a field in the requestBody. ``` requestBody: content: 'application/json': schema: required:...

Sorry, forgot to update. Yes, it is definitely related to the python version. I updated to a newer ubuntu (18.04 -> 20.04) which has a newer python and the problem...

I tried using the system module instead, which seems to be a more recent version and that is working better, the jobs are running now. Still getting a couple errors...

Should the environment variables be setup different for stampede2? Supposedly each node has 63 cores. Normally I define LAUNCHER_PPN to be the number of process to run simultaneously on a...

I tried on the Skylake nodes and it works as expected, with 8 parallel process each are using 400% CPU. So the issue does seem specific to the KNL nodes.

Also tried `LAUNCHER_BIND=1` for KNL nodes but it produces errors and igblastn isn't even run.

As you probably don't have access to TACC, here are the test files, this is the job.sh ``` #!/bin/bash #SBATCH -J repcalc_bcr4_test #SBATCH -o job.out #SBATCH -e job.err #SBATCH -t...

Here is the output from running the job: ``` Launcher: Setup complete. ------------- SUMMARY --------------- Number of hosts: 4 Working directory: /scratch/01114/vdj/vdj/launcher-test Processes per host: 4 Total processes: 16 Total...