You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I just installed GASAL2 on the CHPC system at University of Utah. I followed your instructions and then ran the test_prog.out on the given test data and had this error:
[GASAL CUDA ERROR] invalid argument(CUDA error no.=1). Line no. 171 in file src/res.cpp
I have the following modules installed:
gcc/10.2.0
cuda/11.4
and I installed with these variables:
./configure.sh /uufs/chpc.utah.edu/sys/installdir/cuda/11.4.0/
make GPU_SM_ARCH='sm_70' MAX_QUERY_LEN=300 N_CODE='0x4E' N_PENALTY=-1
and the output from nvidia-smi is
Thu May 19 10:12:43 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla V100-PCIE... On | 00000000:3B:00.0 Off | Off |
| N/A 33C P0 25W / 250W | 0MiB / 16160MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
The text was updated successfully, but these errors were encountered:
Hello. I just installed GASAL2 on the CHPC system at University of Utah. I followed your instructions and then ran the test_prog.out on the given test data and had this error:
[GASAL CUDA ERROR] invalid argument(CUDA error no.=1). Line no. 171 in file src/res.cpp
I used this to run:
./test_prog.out -a 3 -b 3 -q 6 -r 1 -s -t -p -y "local" query_batch.fasta target_batch.fasta
I have the following modules installed:
gcc/10.2.0
cuda/11.4
and I installed with these variables:
./configure.sh /uufs/chpc.utah.edu/sys/installdir/cuda/11.4.0/
make GPU_SM_ARCH='sm_70' MAX_QUERY_LEN=300 N_CODE='0x4E' N_PENALTY=-1
and the output from nvidia-smi is
Thu May 19 10:12:43 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla V100-PCIE... On | 00000000:3B:00.0 Off | Off |
| N/A 33C P0 25W / 250W | 0MiB / 16160MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
The text was updated successfully, but these errors were encountered: