Skip to content

Commit c612dff

Browse files
committed
fixing redundancy in the faq
1 parent 441f854 commit c612dff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/docs/overview/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ $ sudo singularity bootstrap ubuntu-latest.img ubuntu.def
142142

143143
### Can a Singularity container be multi-threaded?
144144

145-
Yes and maybe respectively. Any Singularity application can be suspended using standard Linux/Unix signals. Check-pointing requires some preloaded libraries to be automatically loaded with the application but because Singularity escapes the hosts library stack, the checkpoint libraries would not be loaded. If however you wanted to make a Singularity container that can be check-pointed, you would need to install the checkpoint libraries into the Singularity container via the specfile.
145+
Yes. Singularity imposes no limitations on forks, threads or processes in general.
146146

147147
### Can a Singularity container be suspended or check-pointed?
148148

149-
Yes and maybe respectively. Any Singularity application can be suspended using standard Linux/Unix signals. Check-pointing requires some preloaded libraries to be automatically loaded with the application but because Singularity escapes the hosts library stack, the checkpoint libraries would not be loaded. If however you wanted to make a Singularity container that can be check-pointed, you would need to install the checkpoint libraries into the Singularity container via the specfile.
149+
Yes and maybe respectively. Any Singularity application can be suspended using standard Linux/Unix signals. Check-pointing requires some preloaded libraries to be automatically loaded with the application but because Singularity escapes the hosts library stack, the checkpoint libraries would not be loaded. If however you wanted to make a Singularity container that can be check-pointed, you would need to install the checkpoint libraries into the Singularity container via the specfile
150150

151151
### Are there any special requirements to use Singularity through a job scheduler?
152152

0 commit comments

Comments
 (0)