文件名称:singularity-hello-world:使用奇点定义文件构建的简单Hello World示例
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-21 10:19:36
Fortran
奇点你好世界 该存储库包含: 用Fortran编写的Hello-World程序 用于构建此容器的奇异性定义文件 Jenkinsfile测试工作流程 建筑容器 可以在本地(作为根用户或使用--fakeroot选项)或在云上远程构建容器,如下所示: # Locally # ------- # As root sudo singularity build helloworld.sif helloworld.def # Without root singularity build --fakeroot helloworld.sif helloworld.def # Remotely # -------- singularity remote login --tokenfile < token> singularity build --remote helloworld.sif he
【文件预览】:
singularity-hello-world-master
----helloworld.def(728B)
----README.md(619B)
----helloworld.f90(189B)
----Jenkinsfile(2KB)