第 2 步
如果您符合要求,NVIDIA 代表会向您发送有关如何登录远程集群的说明。
第 3 步
运行 GPU 加速的高性能计算应用或 AI 应用。
');
if(isMobile) {
console.log('isMobile '+isMobile);
$.colorbox.resize({height:'100%'});
}
}
});
$(document).on('cbox_complete', function(){
var timeInterval = setInterval(function(){
var cboxHeight = $("#cboxLoadedContent .cboxIframe").contents().find('form').height();
if(cboxHeight){
$('.spinner-container').hide();
if(isMobile){
//console.log('cbox_complete isMobile '+isMobile);
//console.log('cbox_complete height set '+'100%');
$.colorbox.resize({width: '100%', height: '100%'});
}
clearInterval(timeInterval);
}
}, 300);
});
/*$(document).click(function () {
$('#cboxClose').trigger('click');
});*/
//return ret;
//}
});
});