python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Google Cloud Platform instance creation failure (Invalid value for field 'resource.disks[1].initializeParams.diskSizeGb')
I'm trying to create an instance using GCP. The followings are the specifications (the rest of the settings are set as default):
Region: us-west1-b
GPU type: NVIDIA Tesla V100
Number of GPUs: 1
Series...
SHM
Votes: 0
Answers: 1
Ubuntu 20.0.4 server install didn't use whole NVMe drive
I installed Ubuntu 20.0.4 LTS onto a fresh Samsung 250GB NVMe and used all the defaults during installation. Everything seemed to go fine but I'm not seeing that it is only showing ~100GB on the dri...
Fred
Votes: 0
Answers: 1
There is no json.h in \usr\include\json-c directory ' ../nvme.h:26:10: fatal error: json.h: No such file or directory'
There is no "json.h" in "\usr\include\json-c" directory. Is there an application that I have to install? I have installed "sudo apt-get install libjsoncpp-dev," but it is...
Hossein
Votes: 0
Answers: 1
How to reach 10GB/s writes in C/C++ to NVMe disks under Linux
I am looking at designing an application in C/C++ that is running under Linux, currently Ubuntu 20.04. The application should be able to store data at rates around 1-10GB/s continuously, preferably on...
duper
Votes: 0
Answers: 0